Tagged Questions

ImageMagick is an open source[1] software suite for displaying, converting, and editing raster image files. It can read and write over 100 image file formats.

learn more… | top users | synonyms

21
votes
3answers
562 views

In a digital photo, how can I detect if a mountain is obscured by clouds?

The problem I have a collection of digital photos of a mountain in Japan. However the mountain is often obscured by clouds or fog. What techniques can I use to detect that the mountain is visible in ...
15
votes
4answers
3k views

Lion (10.7) Not supporting Convert(1). Dylib error

When trying to use convert(1), I get the following error: dyld: Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib Referenced from: ...
13
votes
3answers
230 views

How do browsers detect GIF image sizes?

I was noticing that a GIF was being displayed with padding in FireFox 5 and IE 8. When I viewed the image size via FireBug, I noticed that it was a few pixels larger than expected. Expected ...
13
votes
6answers
16k views

Resize animated gif file without destroying animation

I need to resize a animated gif file without destroying the animation. How can I do it using PHP?
12
votes
5answers
429 views

How to unit test a Python function that draws PDF graphics?

I'm writing a CAD application that outputs PDF files using the Cairo graphics library. A lot of the unit testing does not require actually generating the PDF files, such as computing the expected ...
12
votes
4answers
5k views

Converting a PDF to a series of images with Python

I'm attempting to use Python to convert a multi-page PDF into a series of JPEGs. I can split the PDF up into individual pages easily enough with available tools, but I haven't been able to find ...
11
votes
3answers
610 views

Issues porting PHP/GD wrapper to Imagick

I've recently discovered that Imagick can support color profiles and thus produce images of better quality compared to GD (see this question / answer for more details), so I'm trying to port my GD ...
11
votes
1answer
326 views

How to set the background color when rendering a PNG using PythonMagick

I'm trying to render an SVG->PNG using PythonMagick, but it seems that the background color is ignored. Using the ImageMagick command, things work as expected: tmp$ convert -background none ...
11
votes
2answers
3k views

GD vs ImageMagick vs Gmagick for jpg?

I am in the step to abandon GD for manipulating image in my website, they just sux. Everyone saying to use ImageMagick because they are better than GD, but what about ImageMagick vs Gmagick (Swiss ...
11
votes
7answers
5k views

Convert SVG image to PNG with PHP

I'm working on a web project that involves a dynamically generated map of the US coloring different states based on a set of data. This SVG file gives me a good blank map of the US and is very easy ...
11
votes
3answers
4k views

How to create a layered PSD file from command line?

I need to create a layered PSD file with ImageMagick or any other command-line tool available on Linux platform. Since I need to do this on Linux server, I can't use Photoshop scripting. The ...
11
votes
7answers
9k views

How do I add exif data to an image?

On our site, we get a large amount of photos uploaded from various sources. In order to keep the file sizes down, we strip all exif data from the source using mogrify: mogrify -strip image.jpg ...
10
votes
4answers
5k views

Installing RMagick on Mac OS X with MacPorts

With the MacPorts version of ImageMagick 6.4.4 installed, I'm getting an error installing the RMagick gem. /opt/local/bin/ruby extconf.rb update rmagick checking for Ruby version >= 1.8.2... yes ...
9
votes
3answers
250 views

How to use Imagick to merge and mask images?

I know very little of image processing and even less of the terminology used, so please bear with me. Basically, I want to merge two images together where one of them will act as a mask. That image ...
8
votes
3answers
901 views

What processing steps should I use to clean photos of line drawings?

My usual method of 100% contrast and some brightness adjusting to tweak the cutoff point usually works reasonably well to clean up photos of small sub-circuits or equations for posting on E&R.SE, ...
8
votes
4answers
4k views

What's the best graphics library for node.js for image cropping?

I'm creating a website using node.js. I have seen many libraries mentioned that piggy back on top of imagemagick etc. There is a list here: https://github.com/ry/node/wiki/modules#graphics What I'm ...
8
votes
1answer
2k views

Glueing tile images together using imagemagick's montage command

This seems like it might be a reasonably common question, so I'm going to ask it using as many keywords as I can think of! I have a bunch of (well, nine) tile jpegs, with standard tile filenames. ...
8
votes
2answers
8k views

Converting a PDF to PNG

I'm trying to convert a PDF (at least the cover of one, I'm successfully extracting the first page of the PDF with pdftk) to a PNG. I'm using imagemagick to do the converstion: convert cover.pdf ...
7
votes
2answers
144 views

How to determine the size of an image without downloading it (in full)?

I'm looking to get the dimensions, width and height, of a remotely hosted JPG. I have seen how it is possible to do this by downloading the full image. However, it would be ideal if I could do this ...
7
votes
2answers
1k views

Compile Imagemagick for Android using NDK

I'm new in android, so i have a question to ask. I want to use the ImageMagick library to edit images in android but I don't wanna use the JMagick interface. Has anybody import Imagemagick on Android ...
7
votes
3answers
5k views

rmagick gem install “Can't find Magick-config”

I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2-head and Rails 3.05. Responses to similar questions recommended installing ...
7
votes
2answers
1k views

Edge Detection of Image in iPhone Using Image Magick

I want to convert RGB image into Below Image. I am using ImageMagick Library . I want help to know that by which functions i can convert in Original Image into Image-2. Here is below two images. I ...
7
votes
1answer
832 views

How to modify a homebrew formula?

I installed imagemagick via homebrew. However, due to a bug I have with my current configuration, I need to adjust the compile flags for the formula and reinstall it. How can I accomplish this? ...
7
votes
3answers
2k views

Installing rmagick on Ubuntu

I'm trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick from source, but the instructions here still didn't help me when I try to install ...
7
votes
2answers
333 views

Group photos by color

I have a pretty big number of photos and a RGB color map (let's say of about 100 colors). How can I group the pictures by color and obtain something like the following: ...
7
votes
3answers
4k views

Documents and examples of PythonMagick

Where can I find the document and examples of PythonMagick? I did a search on Google but no much information was found.
7
votes
4answers
4k views

How to concatenate icons into a single image with ImageMagick?

I want to use CSS sprites on a web site instead of separate image files, for a large collection of small icons that are all the same size. How can I concatenate (tile) them into one big image using ...
6
votes
1answer
114 views

With PHP, is it possible to merge an animated gif with a jpg and retain the gifs animation?

Using PHP (GD or ImageMagick) I want to merge an animated gif with a jpg and retain the animation of the gif, the product being an animated gif. In other words, I've got an animated gif that is 500px ...
6
votes
2answers
696 views

Mac Rmagick wont install with Xcode 4.2

I just got a new macbook pro and trying to setup my dev environment. I downloaded xcode 4.2 from the app store and installed it, after this i installed homebrew and RVM. ImageMagick, readline, ruby ...
6
votes
4answers
304 views

How can I add a drop-shadow to an image using PHP?

I am looking for a way to add a drop shadow to an image using PHP. Before you answer or vote to close: I am not looking to do this using CSS or HTML. I want to generate an image file. This is not a ...
6
votes
3answers
158 views

How to generate this kind of random curves?

Is it possible to generate this kind of random curves? I've tried IMagick bezier curves (see http://www.php.net/manual/en/function.imagickdraw-bezier.php), but even with 20-30 points they do not ...
6
votes
0answers
230 views

SVG Converting using ImageMagick doesn't apply a translation correctly

I am on a Mac using Mac OS X 10.5, and I am trying to use ImageMagick to convert an SVG file to a PNG. The problem is when I use it the rotated image doesn't show up in the correct position. ...
6
votes
2answers
131 views

Detecting blank generated images with php?

How would I be able to detect that an image is blank (only of a single, arbitrary color or, with a gif, frames of random arbitrary colors) using PHP and/or imagemagick? I think this is what I'm going ...
6
votes
1answer
654 views

How to specify bitrate for JPEG compression?

Is there a way to encode JPEG at a specific bitrate? Presently, I'm using imagemagick's convert: convert Lenna-gray-100.jpeg -quality 1.1111 test.jpeg Bitrate increases with quality, but it's ...
6
votes
3answers
3k views

ImageMagick / RMagick - Can't install RMagick 2.13.1. Can't find Magick-config

I used a script to install ImageMagick http://github.com/masterkain/ImageMagick-sl After a while, I got ImageMagick installed. Then I ran sudo gem install rmagick and got Building native ...
6
votes
4answers
412 views

Most Efficient Way to Create Thumbnails?

I have a huge volume of thumbnailing to do. Currently, I am using ImageMagick, but it's proving too inefficient (it's too slow, uses too much CPU/memory, etc.). I have started to evaluate ...
6
votes
1answer
890 views

Resize existing images to new style in paperclip & RMagick

I've been using paperclip to upload and auto-resize photos in my Rails app, and I love it. Only problem is about every other month my crazy manager decides he wants a new size to display the photos ...
6
votes
4answers
3k views

step-by-step instructions for installing IMAGEMAGICK on WAMP?

This has been driving me mental, for hours and hours now.. There don't seem to be any concise tutorials/walk throughs for installing ImageMagick on WAMP for use with PHP. I've tried dozens of ...
6
votes
2answers
341 views

How can I make a noisy background image using PHP?

I'm looking to make an image that's just noise, maybe something like this: Ideally I'd like to be able to change the colour as well. Any ideas on how to generate this?
6
votes
3answers
2k views

How to remove EXIF data without recompressing the JPEG?

I want to remove the EXIF information (including thumbnail, metadata, camera info... everything!) from JPEG files, but I don't want to recompress it, as recompressing the JPEG will degrade the ...
6
votes
2answers
517 views

Create a thumbnail of a dwg in in a linux environment

Creating a ruby on rails site that uses RMagick to create thumbnails for many types of images. RMagick cannot read dwg files however. I've tried a few things, looked into the Java library JDWGLib, ...
5
votes
4answers
192 views

PDF to JPG conversion using PHP

I'm trying to convert PDF to IMG (JPG) with help PHP. I'm using imagick extension. this is my code $fp_pdf = fopen($pdf, 'rb'); $img = new imagick(); // [0] can be used to set page number ...
5
votes
5answers
172 views

How can I trim just the left and right side of an image using Imagemagick in PHP?

I'm trying to trim a variable amount of whitespace in an image only the left and right side using ImageMagick and PHP. Does anyone know how to do this (perhaps using something other than ...
5
votes
1answer
232 views

ImageMagick convert gif with transparency problem

I wrote a script to add watermark to images on my site. Everything works ok for png/jpg, but gif images must be treaten by more complicated way. My script: convert -splice x36 -gravity south ...
5
votes
3answers
156 views

How can I detect / calculate if a small pictures is present inside a bigger picture?

What I am trying to accomplish in PHP with GD or ImageMagick is the following: I have one large image (say 2000 x 2000 pixels).. I would like to check if a second, smaller image (say 50 x 50 pixels) ...
5
votes
1answer
562 views

Extract layers from PSD with ImageMagick, preserving layout

I'm using ImageMagick to extract layers from a PSD, and it gets them all out fine with: convert image.psd image-%d.png But the resulting PNG images are of varying dimensions, depending on the ...
5
votes
1answer
153 views

How do I fit an image to a fixed size box using pythonMagick in python

try: original = PythonMagick.Blob(data) image = PythonMagick.Image(original) except Exception as e: raise errors.UnknownFileFormat() medium = PythonMagick.Blob() small = ...
5
votes
3answers
2k views

ImageMagick - “CORE_RL_magick_.dll not found” or how to install RMagick on windows with ruby 1.9.2

I'm working on a Rail3 app. After struggling for several hours and finally installing the rmagick 2.13.1 gem without errors on win7x64 / ruby 1.9.2, I've run into another error. Yeah, I've heard that ...
5
votes
3answers
270 views

PHP Dynamic Image Resizing (on the fly)

At the moment our website stores 2/3 fixed image sizes. These are produced at upload time and distributed via our CDN. However we need to implement a more flexible solution, we have mobile and tablet ...
5
votes
2answers
504 views

Is it posible to get the average image color with RMagick? - Ruby on Rails

I need to know the average color from an image while i upload this to my Ruby on Rails Application is it posible to get the average color value in HEX or in RGB to use this color later on the view ...

1 2 3 4 5 27