ImageMagick is an open source software suite for displaying, converting and editing raster image files.
1
vote
0answers
38 views
PHP script sometimes stops executing in between before completion
I created a PHP script for generating image files, now I am using a combination of IMagick, ImageMagick to generate the JPEG image files.
Now the problem is that at a time a group of image files are ...
0
votes
0answers
3 views
Working with a corrupted GIF
I'm trying to manipulate an image generated by the MapQuest traffic API. Here's an example. The image file that page generates appears to be corrupted (but not consistently). I can never edit it with ...
0
votes
1answer
12 views
Installing ImageMagick on WAMP (Win7) : Class not found
I've tried just about everything I've been able to find and so far nothing seems to work.
Regardless of what I install, php always returns "Fatal error: Class 'Imagick' not found."
My system is:
...
0
votes
0answers
8 views
ImageMagick (RSVG) won't import images in SVG
I'me trying to use ImageMagick to convert SVG files to PNG.
The SVG file is as follows:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
...
0
votes
0answers
51 views
PHP - Replacing image background with new background?
I'm trying to replace a background of an image with a new background.
The input image will be a greenbox image, which should get its green background replaced to transparent, afterwards a new ...
0
votes
1answer
12 views
Convert PDF to PNG without output file extension using ImageMagick
It is simple to convert PDF file to PNG:
convert input.pdf -colorspace RGB -resize 800 output.png
However I have to skip extension in the file name, so I have tried with:
convert input.pdf ...
1
vote
5answers
39 views
How to detect extension of image without extension?
My situation:
I have application, based on RubyOnRails.
I use Carrierwave for images uploading.
I have many files saved without extensions mistakenly.
So, all of these have content_type with empty ...
0
votes
0answers
18 views
How to convert an XImage object to blob?
I am making using of ctypes in order to work with imagemagick. My goal is to take a screenshot using XGetImage function and then converting the image to PNG by using the wand library. I figured out ...
0
votes
0answers
13 views
Disappearing image uploading from validates in imagemagick ruby on rails?
I am building a RoR web app that lets people upload an image. I am using Paperclip and Imagemagick. I put validates presence because I don't want to allow blank uploads. This is what I have:
...
0
votes
2answers
29 views
Saving canvas with 300dpi (imagemagick) and todataurl / base64
I have a problem saving my canvas. I think that is because my canvas is too large. I have asked for help here:
Elements on the canvas disappear w/ jsfiddle
canvas.toDataURL() for large canvas
… but ...
-1
votes
1answer
24 views
Analyse a random image to figure out it's color(RGB) [closed]
I'm supposed to take a randomly generated image and find out it's color(the 3 RGB values it's made up of). You don't have to give away the actual code to do so but tell me if it can be done in php ...
0
votes
1answer
17 views
How do I get Node.js graphicsmagick color reduction to work?
I am in a cloud9 environment on c9.io and I have sucessfully installed graphicsmagick and the node.js gm module. I have been successful in calling a number of methods however some I have not. One ...
1
vote
1answer
17 views
How can I test function to blur image
I made blur() function on library i forked.
blur(radius, sigma) do blur image like this.
Operated image by blur() seem well-done on my eye.
But I don't have a thought about way using test code to ...
0
votes
1answer
9 views
Install ImageMagick for paperclip gem in windows
I follow this guide for use paperclip http://railscasts.com/episodes/134-paperclip?language=en&view=asciicast
all is ok but note that to enable resizing you’ll need to have ImageMagick installed ...
0
votes
1answer
28 views
Conditional image resizing with carrierwave
I need to create different versions of uploaded image conditionally. I know carrierwave support this feature. But my requirements is bit tricky.
For the each uploaded image i need to create 2 ...
0
votes
1answer
10 views
Right-To-Left text with ImageMagick
I see that newer versions of imagemagick support right-to-left scripts such as Hebrew and Arabic. The fine manual mentions the direction flag, but provides no examples of legal arguments. The obvious ...
0
votes
1answer
33 views
Scanning images for data using PHP
I am trying to sniff out image data using PHP. Basically I would like to scan an image and get some kind of hex, exif or data-uri from the image so it can be stored and compared. The purpose is not ...
0
votes
1answer
25 views
Extract a bitmap from postscript
I need to extract a bitmap from postscript file(.ppf). It is compressed with RLE and encoded with ASCIIHexEncode. I will call it from PHP. I wonder if there is an elegant way to do that. I dont want ...
2
votes
2answers
62 views
PHP (?): Determing a photo's colour, ignoring the background
I don't know what the best technology to use here is, I know PHP can do vaguely similar things but point me in the right direction if I'm wrong.
I'm building an online store and I'd like an easy ...
0
votes
1answer
20 views
ImageMagick: convert, crop, resize large images
I have users who upload high resolution images which need to be cropped. However, when they crop a image, I would show a thumbnail or a resized image (smaller) on the browser and they select the crop ...
0
votes
1answer
21 views
Colors applied via Imagemagick are off from what is expected
I'm trying to set the background of part of an image, to match the colors of other things in a web browser. Somehow the colorspace is different, and the colors don't match when using the same hex or ...
2
votes
0answers
15 views
Pre-trim PNG image to alpha and get offsets
I have a set of images, all with the same size, saved in PNG format.
Later, in my program, I'll use these images and superimpose them on top of each other.
However the non-transparent part of each ...
0
votes
1answer
15 views
Create a darken version of an image
I need to create a darken version of an image. What is the correct way to accomplish this?
I have tried with the 'modulate' method:
manipulate! do |img|
img.modulate(0.85)
end
but the result is ...
0
votes
0answers
11 views
coders/jpeg.c:1254:33: warning: comparison between 'boolean' and 'enum <anonymous>'
While installing Imagemagick I get this warning.
But Main issue is due to this warning I am not able to use my rmagick for captcha as
/usr/local/bin/convert logo: logo.jpeg
is giving error:
...
0
votes
0answers
11 views
Soften edges on an image after MagickFloodfillPaintImage is applied
I'm trying to remove the background of an UIImage and ended up using iOS port of MagicWand.
I was able to successfully remove the selected pixels using the flood fill algorithm by invoking the method ...
0
votes
2answers
29 views
Generating date stamp image in Imagemagick
I have a static html site where I post calendar events. I thought of using Imagemagick to generate date stamp image like this.
Can it be done in ImageMagick?
0
votes
0answers
38 views
+100
Applying custom ImageMagick (GraphicsMagick) envelope distortion to text
I want to generate text like this using ImageMagick:
I have the font as a TTF file and know how to generate an image with just the undistorted text. What I'm having trouble with is applying the ...
1
vote
1answer
22 views
Trouble with ImageMagick
I'm not that experienced using ImageMagick, so I need some help achieving the following :
Take an original image (590x300)
Scale it down (to 354x180)
Crop it (take just the left-most part of it, so ...
0
votes
0answers
6 views
Set sampling algo
Im trying to create a thumbnail from a jpg image using PythonMagick:
img.quality(90)
# TODO set the sampling algo e.g. bilinear
img.sample(Geometry(scaledWid, scaledHei))
...
0
votes
1answer
21 views
Trying to install Imagemagick through Homebrew
Trying to install Imagemagick through Homebrew and I'm getting the following errors when I run brew doctor:
Warning: "config" scripts exist outside your system or Homebrew directories.
./configure ...
0
votes
0answers
11 views
Im4java convert eps to eps
When i try to convert an eps in eps (just a copy) with im4java, color result are inverse and size is not always good.
public static void main(String[] args) {
ConvertCmd cmd = Tool.getCmd();
...
0
votes
0answers
28 views
convert: Wrong JPEG library version: library is 80, caller expects 90 `image.jpg'
I am using Ubuntu 13.04.
I am installing imagemagick. and It is installed properly via source.I find all required delegates.
convert -list configure | grep DELEGATES
I get :
DELEGATES ...
0
votes
0answers
33 views
Better option then ImageMagick or Canvas for resizing images in Android
I trying to achieve good quality image resize in Android. I'm trying all methods listed here on SO and that I could find on Google, but I still can't find a good solution.
To exemplify what I'm ...
0
votes
1answer
19 views
I'm trying to install ImageMagick via HomeBrew and the Brew Doctor is giving me the following error. Any advice?
Warning: "config" scripts exist outside your system or Homebrew directories.
./configure scripts often look for *-config scripts to determine if
software packages are installed, and what additional ...
1
vote
1answer
30 views
imagemagick command-line -shadow like photoshop inner-shadow problems
I'm trying to create a Photoshop inner-shadow effect, same as css3 box-shadow inset effect.
Step 1 (i'm generating button - rounded rectangle):
convert -size 220x50 xc:none -fill '#bdbdbd' -draw ...
0
votes
2answers
81 views
Imagemagick create thumbs
I have a tube site and im using this function to generate thumbs from video file
$thumbwidth = 240; //thumb width
$thumbheight = 180; //thumb height
$imagick_command = "-modulate 110,102,100 ...
1
vote
2answers
33 views
Frame over any size of image using php script + with imagemagick without command line
I have been stucked at some point where client needs to change the frame image over the product image. Means if image size is 200 * 400 then image frame will apply on the product image and if the ...
0
votes
1answer
38 views
Convert JPG,GIF,EPS and PDF to PDF with Imagemagick in PHP
I need to convert jpg,gif and eps files to pdf and vice versa. Is ImageMagick will be the best tool for this ? I have configure imagemagic with ubuntu 11.04 and using CLI trying to convert images into ...
0
votes
0answers
11 views
im4java: perserve color depth
I've just tried the simple example from the tutorials section:
ConvertCmd cmd = new ConvertCmd();
IMOperation op = new IMOperation();
op.addImage("image.jpg");
op.resize(800,600);
...
2
votes
1answer
29 views
Add pattern overlay over drawn text with transparent background
I'm using ImageMagick to create transparent images from text with PHP.
I would like to know if it's possible (and how) to add a pattern overlay over the generated image.
The idea is to leave the ...
0
votes
1answer
27 views
How to move (translate) an image by an offset of X, Y on imagemagick?
I've been googling for some time with no relevant results. What's the command that will take an image, move / translate it by an offset of X,Y pixels and save the result?
0
votes
0answers
17 views
Changing the font of a plot in an eps file
I have an eps file/plot generated in Mathematica, with a color bar whose font needs to be changed. Can I do this with PSTricks or ImageMagick? I tried ImageMagick but I had to manually "stretch" the ...
0
votes
0answers
26 views
How to use fred's imagemagick script with php?
I am using ImageMagick fred's script for text effect with php
http://www.fmwconcepts.com/imagemagick/texteffect/
But i am unable to run this script with php, please help me
<?php
$result = ...
0
votes
0answers
20 views
Appending PNG24 images with transparent free space
How to append PNG24 with transparent free space if they have different sizes.
I know I can set -transparent-color white, but what happen if one of each has white areas?
Below my code in nodejs:
...
0
votes
1answer
26 views
How to erase all pixels of certain color on every file inside a folder?
Is there a easy way to convert all images in a folder, so every pixel with a specific color is removed?
0
votes
1answer
24 views
How to convert an image into another format using Imagick and display that in canvas?
I am using Imagick library to convert an image in TIFF format to PNG image. It works perfectly fine. But the real problem is I cannot render the image into html5 canvas. TIFF image contains multiple ...
0
votes
0answers
31 views
Importing and looping through a PNG image to check for transparency
I would like to write CPP code that is able to take in a PNG file, scan through its pixels and identify where the transparent pixels are.
I tried doing this with CIMG, but it didn't work out as CIMG ...
0
votes
0answers
8 views
Imagemagick, php, merging (watermarking) images, but keep AdobeRGB
During watermarking an image, I'm finding that imagemagic takes away the AdobeRGB color profile.
In php (not shell) is there a fairly straightforward way of maintaining color consistency to the end ...
0
votes
0answers
21 views
Ubuntu: “ImageMagic import” screenshot when workstation is locked [closed]
Twice a day using crontab I want to take a screenshot on my workstation even if the workstation is locked.
My script does take screenshots if my workstation is not locked but once it gets locked it ...
0
votes
0answers
33 views
Image Magick and Imagick - not working from php script but fine on cmd line
I have the following setup:
home brew installed ImageMagick (v 6.8.0-10)
source installed Imagick (v 3.0.1)
OS X 10.6
ImageMagick is working fine on the command line but not from a PHP script using ...


