Search found 8 matches
- 2014-09-11T06:54:41-07:00
- Forum: Magick.NET
- Topic: SVG including an image without file extension
- Replies: 6
- Views: 15057
Re: SVG including an image without file extension
Can you send me a PM or contact me through CodePlex (https://www.codeplex.com/site/users/view/dlemstra) if they add this feature? I will then upgrade our local repository of libsrvg to the latest version. I think this issue will take a while, I added an entry in my calendar to look it up in 2 weeks ...
- 2014-09-11T00:44:01-07:00
- Forum: Magick.NET
- Topic: SVG including an image without file extension
- Replies: 6
- Views: 15057
Re: SVG including an image without file extension
Thanks for your look up, I've filed a bug https://bugzilla.gnome.org/show_bug.cgi?id=736456, maybe it gets resolved.dlemstra wrote:I looked through the code of the librsvg library and it does not read the content-type headers. You can request this feature here: https://wiki.gnome.org/Projects/LibRsvg.
- 2014-09-10T05:18:17-07:00
- Forum: Magick.NET
- Topic: SVG including an image without file extension
- Replies: 6
- Views: 15057
Re: SVG including an image without file extension
Big thx to you and your librarydlemstra wrote:This looks like an issue in the library that reads the SVG file (librsvg). I will investigate this for you.
- 2014-09-10T01:29:44-07:00
- Forum: Magick.NET
- Topic: SVG including an image without file extension
- Replies: 6
- Views: 15057
SVG including an image without file extension
Hi! I currently converting a SVG to PNG, which works pretty well. Due a technical limitation in the backend of my companies software, all images will be saved without a file extensions (stone instead of stone.png), just the MIME types is set. The SVG which will now be generated may look something ...
- 2014-02-03T05:54:42-07:00
- Forum: Magick.NET
- Topic: Converting a "complex" SVG to a PNG
- Replies: 7
- Views: 27548
Re: Converting a "complex" SVG to a PNG
I completely forgot about this post. The current version of Magick.NET and the current windows distribution are using librsvg to parse SVG files. Not all your images where working but it looked like a bug in librsvg. Feel free to post images that you are using and are not working here and maybe I ...
- 2014-01-31T01:59:46-07:00
- Forum: Magick.NET
- Topic: Converting a "complex" SVG to a PNG
- Replies: 7
- Views: 27548
Re: Converting a "complex" SVG to a PNG
Any updates yet?dlemstra wrote:You have to wait till I managed to get librsvg to work in the windows distribution (or failed ;( ). Once this change has been made it will automatically be available in Magick.NET.
- 2013-12-11T04:34:24-07:00
- Forum: Magick.NET
- Topic: Converting a "complex" SVG to a PNG
- Replies: 7
- Views: 27548
Re: Converting a "complex" SVG to a PNG
As stated here 'http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24611#p105829', I will try to see if I can change the svg handler for the windows distribution. I would also advise you to use the new C# api Magick.NET (https://magick.codeplex.com). I just tried it with Magick.NET ...
- 2013-12-11T02:08:34-07:00
- Forum: Magick.NET
- Topic: Converting a "complex" SVG to a PNG
- Replies: 7
- Views: 27548
Converting a "complex" SVG to a PNG
I'm quite new to ImageMagick and want to convert complex SVGs to PNG. I've tested several SVGs with ImageMagick and Batik. Commands I used : ImageMagick: E:\xxx\ImageMagick-6.8.7-Q16>convert -size 400x400 -background none "E:\xxx\svgTestSimple.svg" "E:\xxx\svgTestSimple_magick.png" Batik: E:\xxx ...