lilac / Android-ImageMagick

ImageMagick library ported to Android
211 stars 58 forks source link

TIFF Group4 Compression #5

Open efrenjunior opened 11 years ago

efrenjunior commented 11 years ago

Hi man,

I'm trying to convert a JPEG image into TIFF group4 compression. But the only command that does not work is "CompressionType.Group4Compression". I'm trying to put it as argument in the "ImageInfo" and "MagickImage" objects. But after job is completed the image result don't have the group4 compression.

My doubt is about the sequence of metthod called. To compress a TIFF Group4 image, what I need to do? I tried many types and order, but without success.

Please help me, to finish my project it's the only thing that is missing.... Thanks in advance