Hi guys, I am using Version: ImageMagick 6.8.8-3 Q16 x86_64 2014-03-03 http://www.imagemagick.org (for MAC) And the convert -list format shows me this (regarding SVG): SVG SVG rw+ Scalable Vector Graphics (XML 2.9.1) SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.9.1) I don't see any RSVG ...
I am trying to find a way to convert any SVG image to a PNG. Here is what I have tried so far: convert -background none logo_svg.svg b.png In some cases, the PNG image is written (even though there are missing colors), even though the image is not the same one. Example: Original Image: http://jet ...
Hi guys, I am using the trim function in order to get rid of a background surrounding a product image. However, the trimming sometimes cut too much, and I would like to know if there is a way of giving trim the option to say, give 2px of margin from wherever you were gonna cut to. I haven't been ...
I have an algorithm to find the main product image from an e-commerce product page. Next step is: Given a set of images found in the page, I would like to be able to find out the similarity between those images and the product image that I already have. So basically, my question would be: How can ...
Let me clarify what I want and what I have: I have: - Set of N images with unknown width/height - I just know that width*height > 1200px I need: - A montage of 160x600 with the images of the above set on it (they can be repeated). So, if for example, the set of images height is small, the montage ...
Say I want to have a montage which size is 160x600. I have several images and I want to be able to put them there (resize if necessary) so that the resulting montage is 160x600.
Is there any way to specify the size of the montage? Or you can just specify the size of the tiles?
Now my problem is that the Ruby library (RMagick), somehow I guess is still using the old version, because I still have the same problem when creating images from it.
So you say I would need to update IM? Don't you mean libpng? I am confused as, I am using all this through the Ruby RMagick gem, and I haven't had to install any libpng at all, so am not sure when that got installed (maybe through IM itself?)