ImageMagick in c#?
-
Hi all, How can i integrate the ImageMagick with c# .net. If you have any samples or links please let me know. thanks in advance
-
Hi all, How can i integrate the ImageMagick with c# .net. If you have any samples or links please let me know. thanks in advance
you'd need to use p/invoke. Why would you want to ? What do you need that GDI+ won't do ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
you'd need to use p/invoke. Why would you want to ? What do you need that GDI+ won't do ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
i need to convert from pdf file into tiff file? If it is possible with in GDI+, please send some samples.
-
i need to convert from pdf file into tiff file? If it is possible with in GDI+, please send some samples.
ImageMagik does that ? OK, I didn't know that. In that case, p/invoke is your best bet, there are articles here on CP about it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )