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

Can't install Image::Magick, even though Image Magick is installed

I'm trying to work out why Image::Magick won't install. I've tried loads of things, but it still fatals: perl -MCPAN -e 'install Image::Magick' ...and it dies with: Reading '/root/.cpan/sources/modules/03modlist.data.gz' DONE Writing…
Andrew Newby
  • 1,102
  • 2
  • 25
  • 58
0
votes
1 answer

imagemagic: extract bitmap images as-is from PDF

I know how to use imagemagick's convert to render the PDF and generate new images from the PDF page, including both the bitmaps and the vector images rendered on the desired resolution. But, the problem with that approach is that the bitmap images…
gcb
  • 344
  • 1
  • 4
  • 18
0
votes
0 answers

php exec not working via browser

Server : Ubantu 16 Php version : 7 i have php 7 installed on ubantu 16 .i have also installed imagemagick. now my php file say index.php with code below echo exec("whoami"); echo exec("/usr/bin/convert '/var/www/html/slc.png'…
pcoder
  • 1
  • 1
  • 2
0
votes
0 answers

Imagick fails to enable on Ubuntu with php-fpm and nginx

Alright, I've followed numerous guides trying to get Imagick PECL extension working on my machine but no matter what I do, phpinfo() or extension_loaded('imagick') doesn't detect it. If I run php5-fpm -m, imagick does show up in the list, which…
Daniel
  • 1
  • 2
0
votes
0 answers

install ImageMagic library to php

When i try to sudo pecl install imagick i get this message: Can't find PHP headers in /usr/include/php The php-devel package is required for use of this command. ERROR: `phpize' failed And sudo yum install php-devel gives me broken…
Ben
  • 101
  • 3
0
votes
2 answers

Optimize images on CentOS server

I have a huge directory of images on a CentOS server (~65gb). The images are predominantly jpeg's but theres some png's and a couple of gif's. Here's the annoying and weird part - the images are all stored without extensions, with filenames such as…
robjmills
  • 990
  • 9
  • 26
0
votes
4 answers

Install imagemagick on windows with xampp

I really need to get imagemagick working on my windows xampp installation, I havent been able to find any good tutorials on how to do it though, can anyone help?
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
0
votes
2 answers

Can not find Imagemagick files

I want to modify Imagemagick policy.xml file but can not find any Imagemagick files on my server. I checked /var/lib and other folders, but nothing. I am running Debian system and installed Imagemagick using apt-get install…
user181630
  • 31
  • 1
  • 1
  • 4
0
votes
1 answer

Upgrading ImageMagick RHEL 5

We have been using ImageMagick for quite some time with out any trouble. However, today we can across an pdf we were trying to convert into a jpg thumbnail, which would fail: $ convert example.pdf -resize 600 thumb.jpg Error: /rangecheck in…
Michael
  • 801
  • 1
  • 7
  • 15
0
votes
6 answers

Installing Imagick PHP Extension on CentOS 6.3 64bit?

I am trying to configure and make install imagick extension, here is commands that i used wget http://pecl.php.net/get/imagick-3.0.1.tgz tar zxf imagick-3.0.1.tgz cd imagick-3.0.1 phpize ./configure But this error happen : checking for…
Synxmax
  • 229
  • 1
  • 3
  • 8
0
votes
1 answer

Gallery2 says ImageMagick Identify binary fails but logs no erros

Gallery2 claims ImageMagic Fails with no error: Binary Name Pass/Fail identify Failed Error messages: Binary output: …
David Vasandani
  • 256
  • 3
  • 13
0
votes
2 answers

Can't seem to install imagick

I'm trying to install the PHP PEAR PECL extension "imagick" (image magick), but failing horribly. It seems that I keed installing packages to progress, but this one has me stumped. It seems to fail all the way at the bottom. Please Note: I'm using…
TheFrack
  • 191
  • 1
  • 2
  • 12
0
votes
1 answer

Is is better to combine Apache for file manipulation and upload and Nginx for static file serving, or to use one of the two alone

Based on my research, I've read that nginx is best and ideal for serving up static files and images. My application depends heavily on uploading of images and rewriting them, then serving them up. Given that I only have one VPS currently, it has…
0
votes
1 answer

Packages are installed on server but not displaying in phpinfo()

I have installed imagemagick and ffmpeg on my CentOs 5.5 Godaddy VPS. I have added extension in php.ini also. I can able to see the installed packages in /usr/local/bin. But when I print phpinfo(), I am not able to see those. Not event I can use…
onkar
  • 113
  • 1
  • 3
0
votes
1 answer

mysql and phpthumb killing the server

I installed GD and ImageMagick the other day and since that day phpthumb() which it is installed on my wordpress killing the processor. I've transfered my website from an old server to this new one using resync 2 days ago, and I noticed that the…