Search found 30 matches

by novito
2014-07-30T13:03:04-07:00
Forum: Users
Topic: Convert SVG to PNG
Replies: 7
Views: 7476

Re: Convert SVG to PNG

You guys rock. For the records, this is what I did:

Code: Select all

port uninstall imagemagick
brew install librsvg
port install imagemagic +rsvg
Voila, problem solved. Thanks guys.
by novito
2014-07-30T12:15:01-07:00
Forum: Users
Topic: Convert SVG to PNG
Replies: 7
Views: 7476

Re: Convert SVG to PNG

How can I tell ImageMagick to use Inkscape as a delegate for SVG? I am on my way to reinstall ImageMagick with MacPorts: https://trac.macports.org/browser/trunk ... k/Portfile
by novito
2014-07-30T11:59:00-07:00
Forum: Users
Topic: Convert SVG to PNG
Replies: 7
Views: 7476

Re: Convert SVG to PNG

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 ...
by novito
2014-07-30T10:34:32-07:00
Forum: Users
Topic: Convert SVG to PNG
Replies: 7
Views: 7476

Convert SVG to PNG

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 ...
by novito
2014-01-30T12:13:52-07:00
Forum: Users
Topic: Trim with limitations
Replies: 1
Views: 1730

Trim with limitations

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 ...
by novito
2014-01-23T15:42:57-07:00
Forum: Users
Topic: Similarity between images
Replies: 1
Views: 6340

Similarity between images

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 ...
by novito
2014-01-23T15:36:27-07:00
Forum: Users
Topic: Montage with a fix size resulting image
Replies: 4
Views: 7051

Re: Montage with a fix size resulting image

Thanks :)
by novito
2014-01-21T17:22:19-07:00
Forum: Users
Topic: Montage with a fix size resulting image
Replies: 4
Views: 7051

Re: Montage with a fix size resulting image

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 ...
by novito
2014-01-21T17:00:09-07:00
Forum: Users
Topic: Montage with a fix size resulting image
Replies: 4
Views: 7051

Montage with a fix size resulting image

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?

Thanks!
by novito
2014-01-10T10:25:32-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

Hi!

Upgrading to ImageMagick 6.8.8-1 Q16 i686 2014-01-10 http://www.imagemagick.org

did the trick.

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.

Thanks
by novito
2014-01-08T23:03:49-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

This is weird though. Which version of IM you have that is working? I might want to update to that version.
by novito
2014-01-08T22:58:27-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

Interesting...

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?)

Thanks a lot...
by novito
2014-01-08T22:47:47-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

Conver --list format (PNG related info) gives me this: PNG* PNG rw- Portable Network Graphics (libpng 1.2.49) See http://www.libpng.org/ for details about the PNG format. PNG24* PNG rw- opaque 24-bit RGB (zlib 1.2.7) PNG32* PNG rw- opaque or transparent 32-bit RGBA PNG8* PNG rw- 8-bit indexed with ...
by novito
2014-01-08T21:56:22-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

I have been told a guy got it working without the quotes on ImageMagick 6.6.0-4 2011-12-10 Q16

Also, notice that when using jpg format, it works fine.
by novito
2014-01-08T21:55:15-07:00
Forum: Users
Topic: Create image with #444444 background color problem.
Replies: 12
Views: 4855

Re: Create image with #444444 background color problem.

Hi,

Thanks for the quick reply (as always :))

That didn't do the trick. I still see a white backgrounded image.