I wish to process an jgp image with perlMagick.
It is exists in a perl variable (in memory) rather than in a file.
I don't see how to process it from this state, must I write it out
to a file to process it or can it be parsed and inserted into perlMagick directly?
Jpg already in memory
Re: Jpg already in memory
OK, I found the answer in the docs: what I have is a "Blob".
I can easily "read" the Blob into PerlMagick as an image.
Works like a charm.
I can easily "read" the Blob into PerlMagick as an image.
Works like a charm.