Search found 3 matches
- 2017-07-16T05:40:09-07:00
- Forum: Users
- Topic: Converting svg to png without changing the pixel values
- Replies: 5
- Views: 5084
Re: Converting svg to png without changing the pixel values
Not showing well on a white background was exactly the point. I want to hide everything, bar the symbols I want. I don't know anything about delegate and MSVG. Ignoring the -background part (because I do not need that), simply writing: convert test.svg +antialias MSVG:test.png Where test is an svg ...
- 2017-07-16T03:59:21-07:00
- Forum: Users
- Topic: Converting svg to png without changing the pixel values
- Replies: 5
- Views: 5084
Re: Converting svg to png without changing the pixel values
Fair point, I uploaded an SVG file and the corresponding PNG file. svg: https://drive.google.com/open?id=0B_vhcDz1zxeYeGVDSnhfeWplOWs png: https://drive.google.com/open?id=0B_vhcDz1zxeYUnYzZUtIUmVqVWM My version of ImageMagick is: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-26 Platforum: Linux Ubuntu 16 ...
- 2017-07-16T03:03:22-07:00
- Forum: Users
- Topic: Converting svg to png without changing the pixel values
- Replies: 5
- Views: 5084
Converting svg to png without changing the pixel values
Hi guys, I have been stuck in this problem for some time now. Essentially, I have a bunch of svg images. Each 'child' in the svg file has been labelled with some pixel value. Currently the number of this values is very small and everything is labelled as rgb(0.0, 0.0, 0.0), rgb(1.0, 1.0, 1.0 ...