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
0
votes
3 answers

How install ImageMagic 6.6.2 on Ubuntu 10.04 (lucid)

How install ImageMagic 6.6.2 on Ubuntu 10.04 (lucid) Problem that lucid have old ImageMagic version(6.5.2) Its very important because me need work with SVG grafics, In my local pc I have ubuntu 11.04 and ImageMagic 6.6.2 and all work fine, In server…
0
votes
3 answers

Watching ImageMagick and killing when they run too long

I use a program that calls ImageMagick's command-line commands. These are supposed to run instantly -- perhaps 1 or 2 seconds. However, lately I've noticed a bunch of them got stuck. I use monit to monitor the server and watch certain things when…
Ramon Tayag
  • 479
  • 2
  • 7
  • 17
0
votes
1 answer

Unable to open display ":0" on ubuntu 11.04 (with unity)

I'm connecting to a ubuntu 11.04 through ssh, and I'm trying to run this command(is a Image Magick command): *This command saves any visible window on an X server and outputs it as an image file. sudo import -window root -display :0 screen.png …
xBoy
  • 3
  • 1
  • 2
0
votes
3 answers

Imagemagick apparently correctly configured, still won't work under IIS 7.5 + PHP 5.3.2

I have managed to get imagemagick working (tested using the command line example on their website) It also appears that the php extension is correctly installed: I can see it listed in my phpinfo(); list. However, when I try to run the following…
Razor
  • 346
  • 7
  • 20
0
votes
2 answers

ImageMagick installation on linux - cannot be called from script

I have installed ImageMagick (http://www.imagemagick.org/script/download.php) on a linux server (following the installation steps) - i which to migrate a php application on this new server. $which mogrify returns /usr/local/bin/mogrify Although…
Andreas
  • 123
  • 6
0
votes
2 answers

greengeeks drupal install imagemagik 'path /usr/bin/convert' does not exists error

I just signed up with greengeeks. I have a drupal install (6.19) on my public_html directory. The ImageMagic Toolkit can't find the binary - the error I get is "the path /usr/bin/convert" does not exist. when I use a terminal and do 'which convert'…
user57878
0
votes
1 answer

FreeBSD 7.2 problem with libjpeg.so.10

Greetings all. I am not well experienced FreeBSD user and somtimes being completely stuck. While installing webalizer port couple days ago, I did something bad (I am not sure what certainly). Today I have discovered that Imagemagick stopped working,…
0
votes
1 answer

ImageMagick installed in Ubuntu Server which is found in Php.info, but not working

I have installed ImageMagick php library in my ubuntu server using the following command: apt-get install php5-gd php5-idn php-pear php5-imagick I could find the ImageMagick module shown in php.info file, but when I tried to use it's function in my…
user55260
0
votes
3 answers

How do I install ImageMagick with lcms support on a Mac?

I installed ImageMagick via MacPorts, but unfortunately it was installed with "--without-lcms" and "--with-lcms=no" even though it lists lcms as a dependency on the website: http://www.macports.org/ports.php?by=name&substr=imagemagick There is also…
0
votes
1 answer

how to install rmagick on ubuntu 8

I am trying to install the rmagick gem in ubuntu, but is is failing. the output of gem_make.out is at: http://pastie.org/private/m7gyn96xy6yqmtp2kyog the output of mkmf.log is at http://pastie.org/private/viagrieyiz9pxt6noyg4q . please help in…
umar
  • 135
  • 1
  • 10
0
votes
2 answers

Issues with Imagick / PHP / Windows

I'm setting up a project on a Windows server and having an issue with ImageMagick. I'm from a Linux background and struggling to get it working. I have downloaded from http://pecl.php.net/package/imagick and installed into C:\Program…
0
votes
0 answers

ImageMagick With HEIC Extension Issue in Amazon Linux 2

I need to integrate HEIC extension in ImageMagick. I am using Amazon Linux 2 server. I have tried to install ImageMagick as mentioned in their documentation: https://imagemagick.org/script/install-source.php The ImageMagick gets installed with the…
0
votes
0 answers

NGINX liip_imagine unable to create path for ... "Get operation failed" webp - not creating .webp in media/cache/filter_name symfony

So in my liip_imagine i have something like: webp: generate: True quality: 70 and it works good locally, it serves .png.webp images, but when i put it on my NGINX server i have an issue called unable to create path for ... "Get operation…
0
votes
0 answers

How to correctly enable Imagick in PHP-FPM on Ubuntu 20.04 and Apache

I have PHP-FPM setup on my Ubuntu 20.04 server and have installed Imagick, but I cannot get it to be recognized by PHP 7.4. I tried following these steps, but step one returns the following error in Terminal. -bash:…
Mike Hermary
  • 131
  • 7
0
votes
0 answers

Can't get Imagick PHP Extension to load when building PHP from source

I've built PHP 7.4 from source, and installed ImageMagick via yum. When I run convert --version i got Version: ImageMagick 6.9.10-68 Q16 x86_64 2021-02-24 Then I ran pecl install imagick and it says Build process completed successfully. Installing…
Barry Ralphs
  • 191
  • 1
  • 1
  • 11