On Wednesday, August 22, 2001, at 11:15 PM, Andu wrote:
> Question for the graphics gurus:
> is there a way to load a jpeg in a variable and save it to file as png?
> In other words can I
> do the conversion just in memory?
>
> Regards, Andu
> ______________
> [EMAIL PROTECTED]
Yes the new 2.4 export command supports exporting to any container (url,
variable, field), but the jpeg data would have to be in an image object
even if the image is not displayed.
So it would be something like
put somejpegdata into image "dummyimage" //image is hidden
export image "dummyimage" to somepngdata as png
Tuviah
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.