This is a discussion on ImageMagick MagickNet C# WebApplication within the C# Programming forums, part of the Software Development category; hi...i have attached the dll and also i sent a mail..to u.. let me know the feedback...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi...i have attached the dll and also i sent a mail..to u.. let me know the feedback Last edited by kingmaker : 10-10-2007 at 03:00 AM. |
| Sponsored Links |
| |||
| i can work with youre dll local but on production server i get Exception off HRESULT: 0x8007007E i installed local ImageMagick-6.3.6-1-Q16-windows-dll.exe in C:\Program Files\ImageMagick-6.3.6-Q16 I also installed this on server in the same folder. do i have to do a iisreset or anything? |
| |||
| is it? its working in my system and server also...I have used that in webservice in Windows 2003 server |
| |||
| I didnt see any error in dependency walker ...DEVMGR.dll i have tested in my dev and production its works fine Last edited by kingmaker : 10-10-2007 at 06:18 AM. |
| |||
| check ur mail..i have sent the dll and ImageMagick-6.3.5-9-Q16-windows-dll..check this Last edited by kingmaker : 10-10-2007 at 06:23 AM. |
| |||
| what version of server u have and windows update are done ? |
| |||
| It works now with youre attached dll and latest ImageMagick-6.3.6-1-Q16-windows-dll.exe installation. Strange enough but i had to do an iisreset and after that everything went fine. normaly iisreset isnt required. thanks for youre help kingmaker! |
| |||
| Further Mail Conversation Christian Held Ok. I got it also working with the newest imagemagick version and youre first dll. Strange it didnt work the first time. And again thank you very much for youre help and patience! ________________________________________ anand i think i have sent that 6.3.6-1 version ...thats works for me Christian Held Thanks so much! As i said it works! I only wonder if it could also work with newest imagemagick version 6.3.6-1 ? ________________________________________ Von: anand Christian Held no need to iisreset...its works fine and i have tested Christian Held It works with the new dll and the older version of imagemagick. I had to do a iisreset. Could it also work with 6.3.6-1 ? ________________________________________ Von: anand Christian Held hi, the new dll and exe for installation are aTTACHED.. Christian Held Hi Thank you very much. I can use the dll but ive uninstalled ImageMagick-6.3.6-1-Q16-windows-dll.exe, ImageMagick-6.3.6-1-Q16-windows-dll.exe and now it doesnt work anymore. Which exe should i install Q16 or Q8 ? Last edited by kingmaker : 10-10-2007 at 08:11 AM. |
| |||
| We have to implement the dll like MagickNet.Magick.Init(); MagickNet.Image medImg = new MagickNet.Image(file + fileName); medImg.Resize(new Size(100,100)); medImg.Write(file + filename); Last edited by kingmaker : 10-16-2007 at 01:33 AM. |
| |||
| We can also use the ImageMagick image resizing function like It will resize the image depending on the aspect ratio System.Diagnostics.Process process1; process1 = new System.Diagnostics.Process(); process1.EnableRaisingEvents = false; string strCmdLine; strCmdLine = "/C convert " + file + fileName + " -resize " + 100+ "x" + 100+ " " + ConfigurationManager.AppSettings["ImgPath"] + fileName; process1.StartInfo.FileName="CMD"; process1.StartInfo.Arguments=strCmdLine; process1.Start(); if (!process1.HasExited) { process1.WaitForExit(); } |
| |||
| Hi all, There is one issue with ImageMagick that is while i am converting the image using below command ..it is not converting the image as per the aspect ratio.... MagickNet.Image medImg = new MagickNet.Image(file + fileName); medImg.Resize() But when i use the CMD prompt it is working well |
| |||
| This may be because of the DLL ...Please some one help me.......... I need to create using DLL not by the ImageMagick |
| |||
| Hey... Use this DLL ...it resolves the issues of resize |
| |||
| hey kingmaker , Its works fine ...in my system XP ..in 2003 server i am getting the System::Runtime::InteropServices::SEHException.
__________________ The MOSS Master of Solution Service |
| |||
| oh.....what kind of application u are using the ImageMagick DLL |
| |||
| ok..web application(right) ....So the uploading may be having access rights...something like that |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-programming/3926-imagemagick-magicknet-c-webapplication.html | |||
| Posted By | For | Type | Date |
| ImageMagick • View topic - MagickNet | This thread | Refback | 03-28-2008 10:21 PM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 02-25-2008 01:46 AM |
| Software Development - C# Programming at DiscussWeb.com | This thread | Refback | 02-21-2008 02:07 PM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 01-13-2008 11:43 AM |
| Stuffs: ImageMagick C#.NET | This thread | Refback | 01-08-2008 03:15 PM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 12-25-2007 09:34 PM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 12-18-2007 06:45 AM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 12-09-2007 12:34 AM |
| ImageMagick • View topic - MagickNet | This thread | Refback | 12-06-2007 12:16 PM |