View Single Post
  #52 (permalink)  
Old 02-20-2008, 07:47 PM
abhi.pandey abhi.pandey is offline
D-Web Trainee
 
Join Date: Feb 2008
Posts: 1
abhi.pandey is on a distinguished road
Exclamation Can it resize to 35000x35000?

Is MagickNet able to resize an image to the size of something like 35000x35000?
I am developing a software to do this banner size images hence I need to resize sometimes big images.

Also, my ImageMagickNet was not working. A very simple code also doesn't compile - gives HResult exception

Code:
string filename = "c:\\myImage1.jpg";
ImageMagickNET.Image medImg = new ImageMagickNET.Image(filename);
Reply With Quote