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
0
votes
1 answer

Where is imagemagick located on an EC2 server

I am trying to update ImageMagick on my EC2 server. I'm not sure how to do that with a command so I just wanted to upload my local copy which is the version I need to replace the current version on there. I thought I had found it but when I…
rockwell
  • 103
  • 4
0
votes
3 answers

Install ImageMagick on linux shared hosting

Is the installation of ImageMagick library possible for a non-root user in a shared hosting environment?
mr-euro
  • 838
  • 3
  • 14
  • 31
0
votes
2 answers

How can I install the imagick extension in PHP 7.0 on Debian Buster?

I've upgraded our company's webserver to Debian 10 Buster recently. Our website is using a legacy CMS that cannot run on PHP versions newer than 7.0. It requires the imagick extension to be present. Unfortunately, the official debian package…
0
votes
0 answers

phpize failed error pecl install imagick

We are trying to install the ImageMagick extension on PHP version 7.4 in our AWS ec2 Linux CentOS server using cli. ImageMagick extension was installed successfully. We used convert -version to check the outcome. The second step was to install the…
-1
votes
1 answer

Mogrify commands within crontab while ensuring files aren't processed twice

I have an image folder that serves content, it contains jpeg, jpg and gif files. More files are added automatically all the time. What I intend on doing is adding the following commands to crontab (with the appropriate file path of course) mogrify…
-1
votes
1 answer

converting jpg to mpg fails in convert/imagemagick

I'm running Imagemagick on CentOS 7, converting a directory of .jpg files to an mpg file and getting this error convert -delay 5 fileprefix*.jpg -quality 80 test.mpg convert: delegate failed `"ffmpeg" -v -1 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 300…
Aussie
  • 27
  • 4
-1
votes
1 answer

Multiple Background Processes at Single Line Works in The Foreground

I want to convert an uploaded PDF file to JPG images and zip these images after convert process finishes. I use the ImageMagick library's convert command for PDF to JPG conversion. To accomplish this, I use the && operand like this: convert…
kubilay
  • 159
  • 1
  • 3
  • 12
-1
votes
1 answer

Problems with ImageMagick 6.8.5 on CentOS 6.3

I installed ImageMagick from source per their instructions since they didn't have a matching version for our OS. http://www.imagemagick.org/script/install-source.php However, I ran make check and it passes everything up to tests/validate-stream.tap…
user2344668
  • 361
  • 1
  • 2
  • 5
-1
votes
2 answers

Is it safe to add /usr/bin to open_basedir?

A hacking incident a couple of months ago taught me the importance of using open_basedir on PHP sites. But now I need to get ImageMagick to work on a Drupal site and I get an error saying it can't access /usr/bin/convert because of open_basedir.…
Kevin
  • 3
  • 2
-2
votes
1 answer

how can I understand if IMagick is installed?

I install Imagick according this tutorial: http://www.imagemagick.org/script/install-source.php#unix I used this code: function alist ($array) { //This function prints a text array as an html list. $alist = "
    "; for ($i = 0; $i <…
ali raha
  • 71
  • 1
  • 2
  • 7
-2
votes
1 answer

Installing ImageMagick on a Linux VPS

I need to install ImageMagick on a 1&1 Linux VPS. So I open putty, I log in, I type yum install ImageMagick Then it tells me it needs to download about 90MB of packages, update a few others, and maybe then it will finally install ImageMagick. Within…
-3
votes
1 answer

ImageMagick Identify Fails

The identify binary is giving me an error. Has anyone seen this before? Google isn't being very helpful. realpath(/nfs/c10/h02/mnt/144213/data/bin/) realpath(/nfs) is_dir(/nfs/c10/h02/mnt/144213/data/bin/) Loading plugin imagemagick imagemagick…
David Vasandani
  • 246
  • 3
  • 13
1 2 3 4 5 6
7