Search found 2 matches

by ntercity
2013-11-22T08:40:39-07:00
Forum: Bugs
Topic: Can't create xcf format image
Replies: 5
Views: 14802

Re: Can't create xcf format image

magick wrote:You need to write a WriteXCFImage() method inside coders/xcf.c then modify RegisterXCFImage() and add this line:
  • entry->encoder=(EncodeImageHandler *) WriteXCFImage;
Thank you,
guess i have to do compiling work. (not sure can i done it by myself, but i'll study on it first)
by ntercity
2013-11-22T07:36:12-07:00
Forum: Bugs
Topic: Can't create xcf format image
Replies: 5
Views: 14802

Re: Can't create xcf format image

Hi,

Currently mine shows
XCF* XCF r-- GIMP image


How do I modify to
XCF rw+

Thank you