Search found 4 matches

by j4media
2016-05-19T11:40:01-07:00
Forum: Users
Topic: SVG to PNG, resize and recolor
Replies: 10
Views: 40285

Re: SVG to PNG, resize and recolor

Here's an example svg file: http://www.j4media.com/200.svg Here's the command I ran and the result I got from it: mogrify -density 576 -background none -fuzz 90% -fill white -opaque black -format png *.svg http://www.j4media.com/200.png You will notice that the resulting PNG did turn white, but the ...
by j4media
2016-05-19T09:23:48-07:00
Forum: Users
Topic: SVG to PNG, resize and recolor
Replies: 10
Views: 40285

Re: SVG to PNG, resize and recolor

The fill and opaque didn't give me the result I wanted. Since the original was Black, I used -negate and that successfully turned it white. Is still can't figure out how to add transparency to my image. Everything I try turns my entire image fully transparent and I only want about 10% transparency ...
by j4media
2016-05-18T17:49:02-07:00
Forum: Users
Topic: SVG to PNG, resize and recolor
Replies: 10
Views: 40285

Re: SVG to PNG, resize and recolor

Thanks snibgo and fmw42. That was helpful. I was able to scale up the SVG with good quality and remove the background of the image. The only thing i can't figure out is how to change the color of my image (in this case, the SVG is a weather icon that is currently black and I want to change the color ...
by j4media
2016-05-18T14:16:40-07:00
Forum: Users
Topic: SVG to PNG, resize and recolor
Replies: 10
Views: 40285

SVG to PNG, resize and recolor

Hi All, I have been searching for days on how to pull this off and I just can't find the answer. Here's what I'm trying to do: I have a folder with about 50 .svg files. Right now those .svg's are rather small, roughly 32x32. They are also all one color and that color is black. What I want to do is ...