ImageMagick implementation
Hi, is the imagemagick implementation planned ? It would be very usefull ! Thanks in advance for reading.
I imagine there is no ImageMagick planned, as this is a library that uses GD. Having said that, I did submit a pull request which supported resizing TIFFs with ImageMagick, as it seems you can't do that with GD
Thanks for your answer. I posted this because of these lines in ThumbLib.inc.php
map our implementation to their class names $implementationMap = array ( 'imagick' => 'ImagickThumb', 'gd' => 'GdThumb' );
There is a plan to put it in... I just gotta find time to dig back into the code (hopefully soon)
Is that still the case that imageMagick is not available in phpThumb?
I have been trying to get imageMagick working. I get an error: "Fatal error: Class 'ImagickThumb' not found in .... ThumbLib.inc.php on line 128"
I would like to use imageMagick because apparently it will preserve embedded color profiles.
Thanks
Still the case, haven't been able to do any work on the library in ages, perhaps sometime soon.
I've been working on a reorganization of the project - so it shouldn't be difficult for somebody to start implementing imagemagick soon.
Cool, I will take a look at this later, and get back to you with feedback
Take care, Ian
(brevity brought to you by iphone)
On May 12, 2012, at 12:02 PM, Jarrod [email protected] wrote:
I've been working on a reorganization of the project - so it shouldn't be difficult for somebody to start implementing imagemagick soon.
Reply to this email directly or view it on GitHub: https://github.com/masterexploder/PHPThumb/issues/29#issuecomment-5670938
My fork is at https://github.com/Blackshawk/PHPThumb.
Just spend an hour getting imagick to install just to find out it's not supported... sigh
Um question - I just got an error that says: Fatal error: Class 'ImagickThumb' not found in C:\wamp\www\symbiostock\wp-content\themes\symbiostock\inc\classes\image-processor\phpthumb\ThumbLib.inc.php on line 130
I get the impression this is typical? This isn't a finished program?