Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imagemagick vs. Imagick #18

Closed
gree303 opened this issue Sep 7, 2016 · 2 comments
Closed

Imagemagick vs. Imagick #18

gree303 opened this issue Sep 7, 2016 · 2 comments

Comments

@gree303
Copy link

gree303 commented Sep 7, 2016

Can you tell where the difference between IM and Imagick is?
I'd like to develop a small script on Imagick. But I'm not sure if it supports all the features of ImageMagick (16 bit for example).

Further it does not support plugins; is there any way around this limitation?
Many Thanks

@Danack
Copy link
Collaborator

Danack commented Sep 7, 2016

ImageMagick is the library that does the image processing.

Imagick is a PHP extension that allows you to call the ImageMagick library from PHP.

The exact features available in Imagick depend on how the ImageMagick library was compiled. If it was compiled as 16bit image processing, then that is what will be available in PHP.

Further it does not support plugins

I don't know what you mean by a plugin, so cannot offer advice about a workaround.

@gree303
Copy link
Author

gree303 commented Sep 14, 2016

Thanks for all details.

@gree303 gree303 closed this as completed Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants