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

103 questions
2
votes
3 answers

Phusion Passenger + Apache: LoadError -- No such file or directory

I run Apache2 with Phusion Passenger (installed from gem) with Ruby 1.8 on Debian 6. It gives me the following LoadError: libMagickCore.so.4: cannot open shared object file: No such file or directory -…
MrB
  • 21
  • 2
2
votes
0 answers

MagickWand PHP Module DDL for Windows

I'm struggling with enabling MagickWand as a PHP extension which is ran on Windows (Apache). I am running PHP 5.3.x. (I need namespaces). I have been able to install MagickWand on PHP 5.2.4 but not a 5.3.x. It appears as though there are NO DLLs…
Laykes
  • 441
  • 5
  • 14
1
vote
1 answer

Imagemagick fails to compile with --disable-openmp

I am trying to install the imagick extension for PHP, but PHP is unable to load it. I believe the reason is due to a bug in gcc 4.2 as described here. It looks like you can get round this bug by compiling ImageMagick with the --disable-openmp flag…
Steve Todd
  • 73
  • 1
  • 2
  • 6
1
vote
0 answers

Can't Figure Out Using Couple GPU on ImageMagick with OpenCL

In our system, we have 2 GPU and want ImageMagick to use them efficiently. Though, it somehow mostly uses only one of them. Thus, it does not provide an efficient solution. For example, First GPU's workload: 500 MB / 4 GB Second GPU's workload: 3000…
1
vote
0 answers

Very slow imagemagick convert call when using AWS Lambda

I've got a relatively simple composite action that I'm carrying out with imagemagick on AWS Lambda. Why does it often take more than a minute to complete? This composites four smaller images "behind" a larger background that has transparent…
jaygooby
  • 314
  • 1
  • 2
  • 13
1
vote
0 answers

I have two versions of PHP installed; how do I clean it up / control what references which?

Running CentOS + Apache + PHP + MySQL running yum list installed *php* gives me this: newrelic-php5-common.noarch 4.23.4.113-1 @newrelic php.x86_64 …
Phildo
  • 111
  • 1
1
vote
0 answers

PHP unable to load dynamic library's library

I have been trying to get imagick to work on a normal lamp server. What I did: sudo apt-get --purge remove "imagemagick" sudo apt-get --purge remove "php5-imagick*" service apache2 restart (lib not loaded anymore) sudo apt-get install imagemagick…
user2693017
  • 203
  • 3
  • 12
1
vote
1 answer

Bash script working in command line but not through PHP

I'm attempting to run the following command through PHP: $output = shell_exec('sudo /Users/Derk/Code/automation/psc/pdfs.sh 1'); This runs the following bash script code: sudo /usr/local/bin/pdftk cvcheck_template.pdf fill_form data.fdf output…
dazzatron
  • 11
  • 1
  • 6
1
vote
2 answers

ImageMagick suddenly stopped working on several of our servers

Overnight, the PECL ImageMagick extension suddenly stopped working on several of our servers. The error message displayed was as follows: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' -…
MikkyX
  • 195
  • 3
  • 12
1
vote
1 answer

yum dependency conflict in ImageMagick update

I am running a Lamp server on CentOS release 6.6 (Final) with php5.5: $ php -v PHP 5.5.17 (cli) (built: Sep 20 2014 17:12:00) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache…
Ade
  • 699
  • 3
  • 10
  • 21
1
vote
3 answers

Cannot install rmagick after server update

I'm running a debian server and upgraded all packages after quite a while (apt-get update, apt-get upgrade, apt-get distro-upgrade). Then rmagick didn't work anymore becuase imagemagick was updated. So I ran: gem uninstall rmagick bundle…
Cojones
  • 123
  • 3
  • 9
1
vote
3 answers

ImageMagick using openJPEG 2.0 and CentOS 6.5

I'm currently working on a CentOS 6.5 server. I'm trying to use openjp2 as one of the delegates in ImageMagick. Since openjpeg for CentOS is outdated (1.3), I've installed a new one using RPM package. $ find /usr | grep…
Ben
  • 253
  • 1
  • 4
  • 13
1
vote
2 answers

ImageMagick for Centos 6.4

I have already installed ImageMagick on my server which is running centos 6.4 yum install ImageMagick Version is very old : 6.5.4-7 2012-05-07 Q16 I discussed about this with ImageMagick's official forum. They told i am running older version of…
Kamini
  • 21
  • 1
  • 4
1
vote
1 answer

What does MediaWiki's $wgMaxShellMemory actually control?

My main question is: does wgMaxShellMemory limit the total memory used by all processes for shell tasks, like ImageMagick thumbnail creation? Or is it rather a per-process limit? The documentation for this setting seems vague. I have a wiki which is…
gilrain
  • 11
  • 2
1
vote
2 answers

How to install imagemagick for php on CentOS

I found this article Install imagemagick with PHP imagick extension on CentOS but when I tried to run pecl install imagick I got error when compiling, this is the output of the command: # pecl install imagick downloading imagick-3.0.1.tgz…
jcubic
  • 230
  • 1
  • 4
  • 15