I used ruby 1.9.2 and rails 3.0.3. iam trying to install rmagick gem but when i run bundle install I got an error tells me:
I want to convert a pdf to a series of images using magick++. I currently have this code: Image* img = new Image();
I have a random 2D image. I would like to be able to present the image in 3D. This doesn\'t have to be very detailed, even if the image were arbitrarily broken into layers like a pop-up cutout from a
I have ImageMagick installed on my CentOS linux server. I am trying to get ImageMagick to convert unicode (non-roman) fonts to an image.
Is there are way to automatically resize the overlay image according to background size when overlaying images using ImageMagick? I am using the following code now:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I found this PHP version that seems to be the result I need. <?php try { /*** a new Imagick object ***/
I need to create images that are within a 480w x 360h pixel \"canvas\". I did create some images from my remote url, no problem with help from stackoverflow.
I have this two images : (source: free.fr) (source: free.fr) How can I use imagemagick to remove the background (second picture) from the first one ?
I\'m struggling to find the right approach to resize and crop and image, with a focus area. In my case the focus area is a face detected in the image, and I need to make sure that this area is visible