New Post: image.Extent how to get transparent background
I have created an amazon wish list: http://www.amazon.co.uk/registry/wishlist/1C3TE3001VQZE
View ArticleNew Post: image.Extent how to get transparent background
Anything more preferred from that list? If not I’ll just pick one I would probably like.Tom McEwenAnchorCove Technology, Inc.www.anchorcovetech.com[email removed]Phone: 303-972-0099
View ArticleNew Post: image.Extent how to get transparent background
Feel free to pick one yourself.
View ArticleNew Post: How to define floating point format
I have files of data that are either 512x512, 800x800 or 1024x1024 of float values that I'd like to convert to an image format. Using magic++ one of the constructors allows you to specify the storage...
View ArticleNew Post: How to define floating point format
I will add an extra class that can be used to specify the mapping (RGB/ARGB/etc...), the width/height and the pixel storage type. And by adding this to the MagickReadSetting you are still allowed to...
View ArticleNew Post: image.Extent how to get transparent background
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: How to define floating point format
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Why not set background when convert SVG to PNG?
dlemstra wrote: Can you please post some example code so I can see what you are trying to do? Are you using the build in SVG engine of ImageMagick or are you using something like InkScape as a...
View ArticleNew Post: Why not set background when convert SVG to PNG?
Can you provide me with a link to your input image?
View ArticleNew Post: Why not set background when convert SVG to PNG?
dlemstra wrote: Can you provide me with a link to your input image? OK. Input image SVG: http://v1.cloudgis.vn/gClient/API/resources/chart_ef0053f3-d40c-483d-b93d-0b7632fd27a6.html
View ArticleNew Post: Why not set background when convert SVG to PNG?
It seems that ImageMagick ignores the opacity in this line:<rect id="ext-gen1275" opacity="0" stroke="none" fill="#000" height="100%" width="100%"></rect> I don't know why this is happing...
View ArticleNew Post: Why not set background when convert SVG to PNG?
I can confirm this is a bug in ImageMagick and it will be fixed in the next release of Magick.NET.
View ArticleNew Post: SVG render fallback to Inkscape with 64-bit Magick.NET crashes
Heya. I have a 64-bit site using Magick.NET and it works fine. Recently we needed to convert SVG files to PNG, but ImageMagick's SVG support is very lacking. ImageMagick can fallback to using Inkscape...
View ArticleNew Post: SVG render fallback to Inkscape with 64-bit Magick.NET crashes
Have you tried to convert the svg image from a console application? Maybe it has something to do with the temporary file it uses. I will install inkscape later tonight and see if I will get the same...
View ArticleNew Post: Optimal combination of images with different resolution.
Hi everyone! I have a folder in which the images are from a different extension. Let me know whether this library functionality for automatic optimum combination of images into a single image that the...
View ArticleNew Post: Optimal combination of images with different resolution.
I am not aware of a method that does this. Maybe you should ask how you can do this on the command line on the ImageMagick forum: http://www.imagemagick.org/discourse-server/index.php. And if it is...
View ArticleNew Post: Error output when convert SVG to PNG?
HI Magick.NET. I have a problem when convert SVG to PNG. Here SVG input: http://v1.cloudgis.vn/gClient/API/resources/input.html and here PNG ouput:...
View ArticleNew Post: Error output when convert SVG to PNG?
You probably discovered another bug in ImageMagick, I will see if I can figure out what the problem is.
View Article