Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. imagepng($image, $saveFile, 0);
  2. // Produce a file size 2064 KB
  3.  
  4. $image->setImageCompression(Imagick::COMPRESSION_UNDEFINED);
  5. $image->setImageCompressionQuality(0);
  6. $image->writeImage($saveFile);
  7. // Produce a file size 330 KB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement