Tagged Questions
2
votes
2answers
1k views
ImageMagick in C#: Get byte array from Convert call?
I am trying to use the ImageMagickObject COM component supplied with the Windows Installer for ImageMagick, imported to my C# project as a COM reference. So far, I've been able to use it to convert ...
0
votes
2answers
66 views
Running ImageMagick from C# with scheduled tasks
I have a program that converts PDF-s to images. While running the program manually, everything works. But whenever I try to run the program as a scheduled task, ImageMagick or cmd (not sure) refuses ...
1
vote
1answer
261 views
Reading TIFF and DICOM images with lossless JPEG compression
I'm interested in any way to read TIFF image with lossless JPEG compressed data. I've tried ImageMagick, but it fails:
convert.exe: Unsupported JPEG process: SOF type 0xc3. `JPEGLib' @ ...
1
vote
1answer
873 views
Convert EPS to JPG on upload using C# and ImageMagick
I have just come across a scenario where I need to convert EPS files to JPG file on upload.
What I would preferably like to do is, when uploading the EPS files; I would like to keep the original EPS ...
0
votes
1answer
106 views
Recommended method for fast, and safe server side image resizing
I currently have working code using GDI (System.Drawing). But I am looking at converting this to use either System.Windows.Media.Imaging, or ImageMagick
My concerns are that this should not leak ...
0
votes
1answer
138 views
FileNotFoundException when trying to run imagemagixNET app?
i was building image convertor app using imagemagix.Net dll and i get this error what ever i do ..the thing the file exists and even it copies the dll to project debug folder . any suggestion why?
...
0
votes
1answer
123 views
Magicknet Get and SET image resolution (PPI)
I am using Magicknet for image manipulation in my ASP.NET project. How can I Get & SET the image resolution of the image? - When I resize a 300 pixel/inch image it apparently by default result in ...
1
vote
0answers
208 views
Converting eps to jpg with Imagemagick creating 0KB file in .net 4.5 WCF service
We are creating a REST service that will return a stream of an image in a given dimension. We are requesting the image name and the final type and max dimension. We call ImageMagick process that ...
0
votes
0answers
25 views
ImageMagicNET how to do barrel distortion
i've just downloaded ImageMagickNET and add reference to my C# project. I'd like to do barrel distortion, but I can't find distorion function. Could anybody help me with that? I'd like do something ...
0
votes
0answers
57 views
SVG to raster using ImageMagickNET
I am trying to get render some SVG pictures in WPF project. After some gogeling I decided to use ImageMagickNet. I used ImageMagick-6.5.3-Q8.
But when I trying to read my SVG file I get SEHException ...
0
votes
0answers
117 views
MagickNet PNG with Transparency to JPEG
I am using MagickNet for image manipulation in my ASP.NET C# project. My issue is that I am uploading a PNG image with transparency and when I convert it to JPEG, I get a black background with some ...
0
votes
0answers
718 views
Compositing a large image with ImageMagick
I'm trying to create a very large image (86400 x 43200) using several tiles that make up a portion of this final image with ImageMagick (using the .NET bindings).
The problem seems to be when I ...