I notice it converts vector clips to bitmap images - I mean 'pixel' images. I've seen this in other clipboard extenders as well.
I presume it's not possible to save vector clips "as is"?
Actually what's happening here, i believe -- is that the application puts multiple kinds of data on clipboard -- probably the full vector image, and a smaller draft bitmap.
Right now, CHS only knows how to grab the bitmap data on clipboard -- and doesn't know how to deal with the vector clip.
How easy it will be for me to add support to capture the vector image will depend -- there is code now in CHS to grab windows metafile images, which may be sufficient to grab your vector data -- i just haven't fully enabled or tweaked it yet.
The same goes for more advanced image editing tools -- CHS is only going to capture the bitmap data copied to clipboard, not the more advanced internal formats used by programs like photoshop, etc.; so things like transparency will probably be lost.
However, now that the infrastructure is in place, it's likely i will be able to add an option that will tell CHS to capture and paste ALL formats of the clipboard data by in effect saving multiple files associated with each image, and restoring those on paste. I think this should be pretty easy to do and would let CHS preserve all the native data for copy+paste from any image-related app.
what app is it that you are testing vector stuff on?