Would it be possible that Magick.NET would put an 'invalid image' image during the conversion in this case? It would be nice to see, that there was an image load error.
Programmatically can I somehow decide whether there was such an error?
Thank you in advance!
Search found 4 matches
- 2016-01-06T10:21:00-07:00
- Forum: Magick.NET
- Topic: Svg to Jpeg conversion - empty result
- Replies: 3
- Views: 18880
- 2016-01-06T05:34:13-07:00
- Forum: Magick.NET
- Topic: Svg to Jpeg conversion - empty result
- Replies: 3
- Views: 18880
Svg to Jpeg conversion - empty result
When I convert a particular SVG file to JPG, I get an empty JPG file (the whole image is white). I use the latest version of Magick.NET (v7.0.0.0) with .NET 4.5. I tried to convert this SVG file to Jpeg: http://www.filedropper.com/svgphototssphotos2sitelayout1sitelayout100 I use the following code ...
- 2016-01-06T03:21:42-07:00
- Forum: Magick.NET
- Topic: Svg to Jpeg conversion - missing image element
- Replies: 2
- Views: 15041
Re: Svg to Jpeg conversion - missing image element
Thank you very much!
- 2016-01-05T02:34:18-07:00
- Forum: Magick.NET
- Topic: Svg to Jpeg conversion - missing image element
- Replies: 2
- Views: 15041
Svg to Jpeg conversion - missing image element
When I convert SVG file to Jpeg file, some of the embedded images are missing from the converted Jpeg file. SVG files can contain embedded images in jpeg or png format. I found that during the conversion only embedded images in jpeg format disappear. Is it a bug, or jpeg images in SVG files are not ...