PHPThumb icon indicating copy to clipboard operation
PHPThumb copied to clipboard

ImageMagick implementation

Open flaviencrochard opened this issue 15 years ago • 10 comments

Hi, is the imagemagick implementation planned ? It would be very usefull ! Thanks in advance for reading.

flaviencrochard avatar Jan 14 '11 10:01 flaviencrochard

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

joehoyle avatar Jan 14 '11 17:01 joehoyle

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' );

flaviencrochard avatar Jan 15 '11 11:01 flaviencrochard

There is a plan to put it in... I just gotta find time to dig back into the code (hopefully soon)

masterexploder avatar Jan 21 '11 05:01 masterexploder

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

ghost avatar Jul 20 '11 17:07 ghost

Still the case, haven't been able to do any work on the library in ages, perhaps sometime soon.

masterexploder avatar Jul 20 '11 18:07 masterexploder

I've been working on a reorganization of the project - so it shouldn't be difficult for somebody to start implementing imagemagick soon.

nettles-jarrod avatar May 12 '12 19:05 nettles-jarrod

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

masterexploder avatar May 12 '12 20:05 masterexploder

My fork is at https://github.com/Blackshawk/PHPThumb.

nettles-jarrod avatar May 12 '12 22:05 nettles-jarrod

Just spend an hour getting imagick to install just to find out it's not supported... sigh

webhat avatar Jan 03 '13 13:01 webhat

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?

orangeman555 avatar May 03 '13 23:05 orangeman555