Search found 5 matches

by Humanoid
2017-01-25T12:18:34-07:00
Forum: Users
Topic: Best compression level for PNG
Replies: 5
Views: 20078

Re: Best compression level for PNG

Anyway. Probably going to choose JPEG over PNG. Of course it has a trade-off but we can make it a reasonable one. :-)
by Humanoid
2017-01-25T11:58:36-07:00
Forum: Users
Topic: Best compression level for PNG
Replies: 5
Views: 20078

Re: Best compression level for PNG

Thanks glennrp. Edit: Corrected a mistake and ran the code again. The original PNG image is 203 KB. The smallest file with compression is 212 KB and the biggest file with compression is 319 KB. Edit 2: Sorry, original size seems to be 227 KB , so it *does* compress: . Sorry! <?php $imagickSrc = new ...
by Humanoid
2017-01-21T13:29:13-07:00
Forum: Users
Topic: Best compression level for PNG
Replies: 5
Views: 20078

Re: Best compression level for PNG

Maybe it is also important to note I'm getting these images first from layers inside a PSD-file?
by Humanoid
2017-01-21T13:24:27-07:00
Forum: Users
Topic: Best compression level for PNG
Replies: 5
Views: 20078

Re: Best compression level for PNG

Thanks! But for some reason no matter what quality setting I choose, the size remains exactly the same I've noticed. I must be doing something completely wrong? Maybe I should be doing things in some other order. And if necessary, which value would I need to set for setImageCompression? I'm doing so...
by Humanoid
2017-01-21T02:16:36-07:00
Forum: Users
Topic: Best compression level for PNG
Replies: 5
Views: 20078

Best compression level for PNG

I'm using ImageMagick for a PHP-website. It works fantastic :-) But I can't seem to get PNG-compression working, even after a lot of tries with lots of different compression quality numbers. This is what I'm using: ImageMagick 6.9.6-4 Q16 amd64 (2016-12-19) imagick 3.4.1 PHP 7.0.14 In GIMP when savi...