php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48263 imposible to set quality compression
Submitted: 2009-05-13 15:25 UTC Modified: 2009-05-17 19:27 UTC
From: polkila at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.9 OS: FreeBSD 7.0-RELEASE i386 GENERIC
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: polkila at gmail dot com
New email:
PHP Version: OS:

 

 [2009-05-13 15:25 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-13 15:56 UTC] pajoye@php.net
Please report bugs in pecl.
 [2009-05-17 19:25 UTC] polkila at gmail dot com
ok, sorry
 [2009-05-17 19:27 UTC] polkila at gmail dot com
close or delete please
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 19:00:03 2025 UTC