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
ImageMagickNET on VS2008 - Has anyone succeeded?
- 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?
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.
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
Re: ImageMagickNET on VS2008 - Has anyone succeeded?
I succeeded to use ImageMagick with Visual Studio 2010. Take a look at this article : http://www.codeproject.com/KB/web-image ... maker.aspx
Re: ImageMagickNET on VS2008 - Has anyone succeeded?
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
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