ID:               48263
 Updated by:       [email protected]
 Reported By:      polkila at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *Graphics related
 Operating System: FreeBSD 7.0-RELEASE i386 GENERIC
 PHP Version:      5.2.9
 New Comment:

Please report bugs in pecl.


Previous Comments:
------------------------------------------------------------------------

[2009-05-13 15:25:50] polkila at gmail dot com

Description:
------------
setCompressionQuality() is not working

Reproduce code:
---------------
$img = new Imagick($s_file);
$img->setCompression(Imagick::COMPRESSION_JPEG);
$img->setCompressionQuality(20);

Expected result:
----------------
changing quality of destination image

Actual result:
--------------
not changing


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48263&edit=1

Reply via email to