plugin exports a channel to the clipboard.
The problem I'm having is that I sometimes run into capacity issues with
large images, using the standard Windows bitmap format.
Internal Format of Photoshop Clibboard
%26gt;The problem I'm having is that I sometimes run into capacity issues with
%26gt;large images, using the standard Windows bitmap format.
Don't forget that you can defer providing clipboard data, so you put
only a handle onto the clipboard no matter how large what it is that
you copy. Eventually you have to render if it is pasted, but you
haven't used extra memory in the mean time.
Aandi Inston
Internal Format of Photoshop Clibboard
Good point, Aandi. That may in fact be what Photoshop does. Thanks.
Of course, this presumes that a plug-in can receive the deferred
render request via a Windows message...
Aandi Inston
%26gt; Of course, this presumes that a plug-in can receive the deferred
%26gt; render request via a Windows message...
Probably could be done using a bg automation plugin with an invisible
window.
No comments:
Post a Comment