dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Does com.icafe4j.image.ImageIO write interlaced images? #37

Closed magiclen closed 7 years ago

magiclen commented 7 years ago

Your project is very perfect. But it seems that it does not support the export of interlaced GIF, PNG and JPG images. Or maybe I didn't find it.

dragon66 commented 7 years ago

@magiclen no, it doesn't. First of all, personally I don't see a lot of practical usage for it nowadays given the improvement of hardware. Secondly, it is harder and inefficient to write interlaced images and last but not the least, I have other high priority items on my wish list to work on such as finishing TIFF decoder and improve the XMP read/write API.

magiclen commented 7 years ago

I see, you have done well!

I prefer interlaced images, so I will use my way to convert them(ImageMagick is a great tool to do that).

Thanks for your prompt reply!