MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
I'm generating a 3355 x 2410 image and I need to have layers in the image, so as IM can't create layers within the PSD format at the moment, I'm having to use TIFF.
Problem is, it doens't seem to want to use a compression format at all.
Here's the code, but whatever compression format I try and use, it turns out a 48MB file.
Also, if I manually convert the output (i.e. convert 25-23-production.tiff -compress lzw test.tiff) then it works fine, both with LZW and ZIP compression.
It just fails to use any compression when saving through MagickWand. The call to MagickSetImageCompression return true, by the way.