Sentora Support Forums
Imagick - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: Imagick (/showthread.php?tid=3211)



Imagick - Totte - 11-18-2016

Yo, I tried to search the forums and couldn't find anything about this.

Is it possible to install Imagick with Sentora or will I break something following this?

http://tecadmin.net/install-imagemagick-on-linux/


RE: Imagick - Me.B - 11-19-2016

It won't break but you will face openbase_dir issue:

http://stackoverflow.com/questions/5678773/imagemagick-setup

M B


RE: Imagick - TGates - 11-20-2016

GD extension is already built in. Unless, you are trying to do something GD doesn't support. ( Image Magick is much more extensive)

Quote:What is the GD library?

The GD library is a graphics drawing library that provides tools for manipulating image data. In Shopp, the GD library is used to process images for generating gallery preview and thumbnail size images automatically.

Quote:What is Image Magick?

ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats including TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications.



RE: Imagick - Totte - 11-20-2016

(11-20-2016, 07:58 AM)TGates Wrote: GD extension is already built in. Unless, you are trying to do something GD doesn't support. ( Image Magick is much more extensive)

Quote:What is the GD library?

The GD library is a graphics drawing library that provides tools for manipulating image data. In Shopp, the GD library is used to process images for generating gallery preview and thumbnail size images automatically.

Quote:What is Image Magick?

ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats including TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications.

I wanted to enable GIF avatars on my forum. GD don't support that.


RE: Imagick - TGates - 11-22-2016

If it's something specific to your forums, you shouldn't have a problem unless openbase_dir (as Me.B mentioned) causes an error. But that can be fixed easily.