ImageMagickNET on VS2008 - Has anyone succeeded?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
lavie
Posts: 6
Joined: 2011-08-29T04:38:23-07:00
Authentication code: 8675308

ImageMagickNET on VS2008 - Has anyone succeeded?

Post by lavie »

Has anyone succeeded in PRESONALLY making ImageMagickNET work on VS2008? I've read quite a few articles gaiving advice to others who have failed - but I see no evidence of anyone who has PERSONALLY gotten it to work.

TIA
mlavie
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

Re: ImageMagickNET on VS2008 - Has anyone succeeded?

Post by whugemann »

I haven't tried that so far, but I could give it a try, if you would describe your problem in more detail and give some sample code.

I am dealing with the ways getting ImageMagick to work under Windows (see link below) and I found that in the end it mostly does what it promises. Usage under Windows seems to be the doghouse of the IM world; it's not easy to find real help and hints.
Wolfgang Hugemann
ahikaz
Posts: 3
Joined: 2011-08-29T07:25:44-07:00
Authentication code: 8675308

Re: ImageMagickNET on VS2008 - Has anyone succeeded?

Post by ahikaz »

I succeeded to use ImageMagick with Visual Studio 2010. Take a look at this article : http://www.codeproject.com/KB/web-image ... maker.aspx
lavie
Posts: 6
Joined: 2011-08-29T04:38:23-07:00
Authentication code: 8675308

Re: ImageMagickNET on VS2008 - Has anyone succeeded?

Post by lavie »

What I was looking for was a solution which would alow accessing ImageMagick as a DLL. Accessing it through the command line would be slow for massive processing, and I don't want to have to store intermediate files. But htabnks Ahikaz.

What I am looking for is essentially a .NET wrapper which I would access like any other managed DLL. The VS2005 wrapper produced by "Bubble2k" only works in CS2005/.NET 2.0
Post Reply