On Fri, May 1, 2009 at 7:11 AM, Kevin Waterson <ke...@phpro.org> wrote:
> This one time, at band camp, Michael A. Peters wrote:
>> Here's the scenario -
>>
>> Website has some demonstrative images.
>>
>> I create these images with the gimp - starting with a jpeg, adding a few
>> text layers and straight lines.
>>
>> I then save as xcf in case I ever need to edit.
>>
>> Then I export to jpeg, resize for thumb and export to jpeg again.

It seems that Imagick supports XCF internally:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10431

I would imagine you can perform your Imagick export as you would with
any other image type.


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to