Hello,
I try to edit a .svg file with RMagick, but the result of just importing
the file and then saving it as a .jpg is a black&white image (the shapes
are still there but the colors are not).
Here is the code
require 'RMagick'
include Magick
canvas = Image.read('d:\test.svg').first
canvas.write('d:\test.jpg')
Any pointers will be greatly appreciated.
If you know any other way (another image library maybe) I can edit a
.svg file from ruby please let me know.
Thanks,
Mihai