IT Community - Software Programming, Web Development and Technical Support

ImageMagick MagickNet C# WebApplication

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...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
  #21  
Old 10-10-2007, 01:41 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

hi...i have attached the dll and also i sent a mail..to u..
let me know the feedback
Attached Files
File Type: zip MagickNet-dll .zip (58.4 KB, 582 views)

Last edited by kingmaker : 10-10-2007 at 02:00 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 10-10-2007, 03:34 AM
chris chris is offline
D-Web Trainee
 
Join Date: Oct 2007
Posts: 15
chris is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

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?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 10-10-2007, 04:30 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

is it? its working in my system and server also...I have used that in webservice in Windows 2003 server
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 10-10-2007, 04:31 AM
chris chris is offline
D-Web Trainee
 
Join Date: Oct 2007
Posts: 15
chris is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

when i check the dll with dependency walker on server it shows that the MagickNet.dll cant find DEVMGR.DLL
this dll is local and on production server in C:\WINDOWS\system32
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 10-10-2007, 04:54 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

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 05:18 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 10-10-2007, 05:03 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

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 05:23 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 10-10-2007, 05:28 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Red face Re: ImageMagick MagickNet C# WebApplication

what version of server u have and windows update are done ?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 10-10-2007, 06:42 AM
chris chris is offline
D-Web Trainee
 
Join Date: Oct 2007
Posts: 15
chris is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

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!
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 10-10-2007, 06:49 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet C# WebApplication

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 07:11 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 10-12-2007, 01:49 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default ImageMagick MagickNet C# WebApplication

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 12:33 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Addnoise using ImageMagick MagickNet in C#.NET Anandavinayagam C# Programming 1 09-20-2008 01:24 AM
Can anyone mail me a MagickNet.src.1.0.0.3.zip or MagickNet.dll Savior C# Programming 8 09-16-2008 12:34 AM
ImageMagick Magicknet psd to gif C#.NET Web Application kingmaker C# Programming 3 02-20-2008 08:57 PM
Chop Image using ImageMagick MagickNet Anandavinayagam C# Programming 3 01-08-2008 03:32 AM
Database checkpoint, while,testing,webapplication itbarota Testing Tools 1 08-17-2007 02:35 AM


All times are GMT -7. The time now is 08:30 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0