Convert image in memory

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
lavige777

Convert image in memory

Post by lavige777 »

Hello
Tell me please how can I read , convert and then write image to stream?
I read that ImageMagick has interface to do this. But I can't find any example.
I use ObjectImageMagick.dll in my application. Now I read image from file and save result to file.
Thanks
lavige777

Re: Convert image in memory

Post by lavige777 »

It will be able with MagickNet library.
Tell me please, where can I get documentation and examples of MagickNet functions?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert image in memory

Post by magick »

MagickNet documentation is available here:
http://midimick.com/magicknet/magickDoc.html.
lavige777

Re: Convert image in memory

Post by lavige777 »

magick wrote: MagickNet documentation is available here:
http://midimick.com/magicknet/magickDoc.html.


Unfortunately there is too few documentation. Some of page are empty (e.g. Magick, Geometry, etc.). And there is not any example.
riyan
Posts: 1
Joined: 2011-04-07T02:22:37-07:00
Authentication code: 8675308

Re: Convert image in memory

Post by riyan »

Hello,

I was looking to convert the EPS files into JPG when user uploads an image and came across magickNET and when I try to access the website to download the documentation page is not available; Could anyone guide me with the correct link or with the documentation of magickNET.

Thanks,
Riyan
Post Reply