New Post: Convert SVG to PNG (or any other format) does not apply...
I just checked the ImageMagick source and I am unable to find preserveAspectRatio in the svg reader. The support for reading SVG files is not that good in ImageMagick. For Linux they recommend using...
View ArticleNew Post: Convert SVG to PNG (or any other format) does not apply...
Thanks for quick replay. I have tried inkscape and it works fine (with preserveAspectRatio). I have installed ImageMagick-6.8.6-Q16 x64 and Inkscape and when I run convert test.svg test.png from...
View ArticleNew Post: Convert SVG to PNG (or any other format) does not apply...
The location of inkscape is probably not added to your %PATH%. You will get more detailed information when you use the SetLogEvents method of the MagickNET class. You should probably also set the Debug...
View ArticleNew Post: How get Total pages count ?
As subject there is a way to get total pages count of a file ? e.g. pdf or .tif ? Thanks !
View ArticleNew Post: Convert SVG to PNG (or any other format) does not apply...
It works. Thank you.
View ArticleNew Post: How get Total pages count ?
Do you mean you want to get the total number of pages without loading the whole file?
View ArticleNew Post: Error output when convert SVG to PNG?
Maybe you should switch to: inkscape (http://inkscape.org)
View ArticleNew Post: How get Total pages count ?
Exactly !ThanksDr.Marco Leoni Sviluppo Software mail : [email removed]sito : www.fleoni.info Indirizzo :Via Monte Spluga 28Villa Guardia 22079 COMOTel. 031563185 Cel. 3395375763 MSN: [email removed]...
View ArticleNew Post: How get Total pages count ?
At this moment this is not possible. I will have a method called ReadImages to the MagickImageInfo class.
View ArticleNew Post: How get Total pages count ?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Error output when convert SVG to PNG?
It works very good. Thank you very much
View ArticleNew Post: 64 bit does not work
I have been using MagickImage for about a year now. I have NEVER been able to get any of the 64 bit compiles to work. I always have to use the 32 bit version. This is really a big pain in the butt,...
View ArticleNew Post: 64 bit does not work
You will receive a BadImageFormatException when you try to load a 64 bit version of Magick.NET in a 32bit application pool. You should disable the option 'enable 32 bit applications' in your...
View ArticleNew Post: Error output when convert SVG to PNG?
Just to be clear, you can use inkscape together with Magick.NET. When you install inkscape and add it to your %PATH% Magick.NET will use inkscape instead of it's internal SVG decoder.
View ArticleNew Post: Error output when convert SVG to PNG?
Yes. I was read by thread: https://magick.codeplex.com/discussions/455611
View ArticleNew Post: loading Magick.net into 3D Studio Max via Max Script
3Dstudio Max's Max Script has some dot net related functions which allow loading dotNEt Assemblies for us in 3D studio Max tools. I have had success loading JSON.NET dlls into Max Script in this...
View ArticleNew Post: loading Magick.net into 3D Studio Max via Max Script
I t appears that 3D Studio Max does not support dotnet 4.0. I was able to succeed using Magick.NET-6.8.6.801-Q16-x64-net20
View ArticleNew Post: loading Magick.net into 3D Studio Max via Max Script
update: it appears you can alter 3dsmax.exe.config to force 3DS Max to accept dotnet 4.0http://forums.cgsociety.org/showthread.php?f=98&t=1122249
View ArticleNew Post: Web Application Difficulties
Hi dlemstra I am able to resizing the images or gifs files. But there here I have come across new problems of images getting squashed while resizing them. for eg an image of size 856750 when resized...
View Article