Questions tagged [imagemagick]

Program for creation, modification and display of bitmap images.

ImageMagick[rg], is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (about 100) including GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and B['e]zier curves.

Manpage

102 questions
3
votes
1 answer

How to verify installation of ImageMagick is not vulnerable to CVE-2016-3714

CVE-2016-3714 was announced on May 3, 2016. This vulnerability unfortunately goes by the name, ImageTragick and has received some press (for example, this ArsTechnica article). Until updated ImageMagick packages are released in the near future, we…
3
votes
4 answers

Linux high load with ImageMagick convert utility and server freezes (blktrack output attached)

I'm using ImageMagick to convert a JPG to TIF file, and I'm using the limit options for Imagemagick as below: /usr/bin/convert -limit memory 256 -limit map 512 subjectfile.jpg -colorspace Gray -depth 8 -resample 200x200 output.tif When I run the…
3
votes
2 answers

Can't install Imagick for PHP on Debian from source, error says requires 6.2.4 when I have 6.7.7 installed

Pulling my hair out. PHP built from source, everything working. Now need to install imagick and can't get it installed. I am running Debian on kernel 3.7.1 with PHP 5.3.20 (the last version my app supports, cannot go to PHP 5.4). pecl install…
ctrlbrk
  • 310
  • 1
  • 4
  • 9
3
votes
2 answers

Brew install imagemagick curl fails

I am getting the following error when trying to install imagemagick via brew on OS X Mountain Lion. It appears to be a curl error - hence why it's on SF not another of the Stack Exchange sites. brew install imagemagick ==> Installing imagemagick…
dannymcc
  • 2,677
  • 10
  • 46
  • 72
3
votes
0 answers

PHP + ImageMagick Performance Issues

Good Day, I have two environments: OpenVZ VPS and Pentium 4 local dev machine. They have all packages installed the same way. ImageMagick is compiled from sources without OpenMP support. When I run time convert 'image.jpg' -resize "x60" -crop…
Stojko
  • 63
  • 2
  • 5
2
votes
2 answers

How to install imagemagick on centos 8?

I tried with : dnf install GraphcsMagick yum install ImageMagick Got always: Unable to find a match Any idea ?
yarek
  • 797
  • 4
  • 12
  • 21
2
votes
1 answer

Install ImageMagick with liquid-rescale support

I have installed ImageMagick 6.5.8 from source on Ubuntu 8.10 followed by the instructions listed here > tar xvfz ImageMagick.tar.gz > cd ImageMagick-6.5.8 > ./configure > make > sudo make install Installation was successful but when I try to use…
jack
  • 1,705
  • 5
  • 21
  • 24
2
votes
1 answer

Docker - PHP 7.2 FPM Alpine - Imagick

I'm using Docker image php:7.2-fpm-alpine as base image with following command to install Imagick: RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-dev \ && pecl install imagick \ && docker-php-ext-enable…
CappY
  • 503
  • 1
  • 6
  • 11
2
votes
1 answer

Centos 7 - Upgrade ImageMagick

I need to upgrade my ImageMagick version in order to fix the following issue: https://stackoverflow.com/questions/48754861/imagemagick-convert-different-results-on-two-different-servers My current version seems to have a bug in some of the features…
Luis de Haro
  • 123
  • 5
2
votes
1 answer

Am I missing a step in imagick php installation on Docker?

I have the following in a Dockerfile for a container running PHP5.x: RUN apt-get install -y php5-imagick libmagickwand-dev libmagickcore-dev RUN pecl install imagick RUN echo "extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/imagick.so" >>…
2
votes
2 answers

How can I install the latest Image Magick on RedHat Enterprise 6.6?

I am trying to install the latest ImageMagick (at least 6.8) from the RPM's available here on my RedHat Enterprise server Distributor ID: RedHatEnterpriseServer Release: 6.6 Codename: Santiago where the kernel is 2.6.32-431.el6.x86_64…
simone
  • 1,281
  • 2
  • 10
  • 10
2
votes
1 answer

how to properly set up ImageMagick on AWS server using nodejs and express

so basically I've been struggling for a while now on getting imagemagick and or graphicsmagick to run properly with my node app, so far I followed the installation source from http://www.imagemagick.org/script/install-source.php#unix. details on my…
user1375895
  • 21
  • 1
  • 3
2
votes
1 answer

ImageMagick unable to open image and file

I try to convert images to thumbnails with imagemagick. All works fine, so I will get a thumbnail. But I get some errors on my console: convert: unable to open image `module': @ error/blob.c/OpenBlob/2489. convert: unable to open image `*': @…
user1083404
  • 23
  • 1
  • 1
  • 3
2
votes
2 answers

How to install latest version of imagick on centos 5.8 64bit using bash

How can I download and install latest version of imagick on centos 5.8 64bit using bash for php 5.4. >yum info php Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.ellogroup.com * epel: mirror01.th.ifl.net …
user57221
  • 297
  • 1
  • 8
  • 19
2
votes
1 answer

Can't install php5-imagick on Debian

I am trying to install Image Magick. $ sudo apt-get install php5-imagick The following packages have unmet dependencies. php5-imagick: Depends: libfontconfig1 (>= 2.8.0) but 2.6.0-3 is to be installed Depends: libjpeg62 (>= 6b1)…
user34542