SVG Convert Fails
Posted: 2018-01-22T19:22:05-07:00
I work with SVG files that draw text on a background JPG (like a magazine page with text written over an image) Inside the SVG file it references the location of the JPG background file. I have been using ImageMagick-7.0.2-10-Q16-x64-dll to merge (convert) the SVG+JPG to a new JPG file using the following command: magick convert InputFile -quality 100 OutputFile
I upgraded to ImageMagick-7.0.7-22-Q16-x64-dll and it no longer works. The resulting JPG only has the words written on a white background.
I tried changing the SVG reference to the JPG from a relative path to an absolute path, neither worked.
I went back to ImageMagick-7.0.2-10-Q16-x64-dll and it works again with either a relative or absolute path.
I upgraded to ImageMagick-7.0.7-22-Q16-x64-dll and it no longer works. The resulting JPG only has the words written on a white background.
I tried changing the SVG reference to the JPG from a relative path to an absolute path, neither worked.
I went back to ImageMagick-7.0.2-10-Q16-x64-dll and it works again with either a relative or absolute path.