Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176953 - dev-php[45]/pecl-imagick removed graphicsmagick option
Summary: dev-php[45]/pecl-imagick removed graphicsmagick option
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 20:24 UTC by Stanley Sufficool
Modified: 2007-05-03 21:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanley Sufficool 2007-05-03 20:24:50 UTC
Conversion of a single page from a multipaged TIFF to a PNG yields a TIFF with no failure message.

This was previously worked around by using graphicsmagick, but pecl-imagick no longer has the option to compile against graphicsmajick (USE FLAG graphicsmagick). 

Reproducible: Always

Steps to Reproduce:
0. Emerge the latest (broken) pecl-imagick and imagemagick
1. $handle = imagick_readimage("mytiff.tif[5]")
2. imagick_convert( $handle , "PNG" );
3. print imagick_getmimetype( $handle ); // Shows image/png
4. print imagick_image2blob( $handle ); // Outputs a TIFF image

Actual Results:  
Mime type of PNG
Image type of TIFF

Expected Results:  
Mime type of PNG
Image type of PNG

What happened to the graphicsmagick use flag???
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-03 20:42:36 UTC
> What happened to the graphicsmagick use flag???

Well, it was removed. :)
Comment 2 Luca Longinotti (RETIRED) gentoo-dev 2007-05-03 21:34:53 UTC
Graphicsmagick is package.masked and is scheduled for removal from the tree soon, so we had to drop the graphicsmagick dependencies (and thus support) in the pecl-imagick ebuilds.
Best regards, CHTEKK.