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; Do u have downloaded the sources ... MagickNet.src.1.0.0.3 ImageMagick-windows ImageMagick-6.3.1 ---> VisualMagick...


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
  #11  
Old 10-09-2007, 05:42 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

Do u have downloaded the sources ...


MagickNet.src.1.0.0.3

ImageMagick-windows

ImageMagick-6.3.1 ---> VisualMagick
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 10-09-2007, 06:00 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 have

MagickNet.src.1.0.0.3.zip

ImageMagick-windows.zip which contains ImageMagick-6.3.6

should i unzip MagickNet.src.1.0.0.3.zip and then unzip ImageMagick-windows.zip into the folder like:

[MagickNet] <- folder
[VisualMagick] <- folder
MagickNet.sln
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 10-09-2007, 07:16 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
Thumbs up Re: ImageMagick MagickNet C# WebApplication

MagickNet.src.1.0.0.3

ImageMagick-windows

ImageMagick-6.3.6 folder contains VisualMagick folder


Open MagickNet.src.1.0.0.3...solution in Visual Studio..In Solution explorer Right Click the project and select Properties...


In Properties ->Cofiguratration Properties->C/C++->General

Right Side u can able to see the set of Properties for the General .....

In Addition Include Directories ..what is the Value...

Last edited by kingmaker : 10-09-2007 at 07:19 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 10-09-2007, 09:23 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

this is the value of Addition Include Directories:
"..\..\ImageMagick-6.3.1";"..\..\ImageMagick-6.3.1\magick"

the value of Linker->General->Addition libfolders:
"..\..\ImageMagick-6.3.1\VisualMagick\lib"
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 10-09-2007, 10:10 PM
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

U have folder like this ImageMagick-6.3.6

But for release build it depends on the folder....

Quote:
this is the value of Addition Include Directories:
"..\..\ImageMagick-6.3.1";"..\..\ImageMagick-6.3.1\magick"

the value of Linker->General->Addition libfolders:
"..\..\ImageMagick-6.3.1\VisualMagick\lib"
Two ways

1.Change the properties in Addition Include Directories and Linker: as ImageMagick-6.3.6

2.Rename the folder ImageMagick-6.3.6 to ImageMagick-6.3.1

Last edited by kingmaker : 10-09-2007 at 10:36 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 10-10-2007, 12:20 AM
chris chris is offline
D-Web Trainee
 
Join Date: Oct 2007
Posts: 15
chris is on a distinguished road
Lightbulb Re: ImageMagick MagickNet C# WebApplication

Ok. i changed the name of the properties but first i have to compile the libs in VisualMagick right?

And how should the folder structure be, like this?

|--[ImageMagick-6.3.6]
|--[Projects]
|--[MagickNet.src.1.0.0.3]
|-- MagickNet.sln
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 10-10-2007, 12: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

i tried to compile but got many errors, i had to comment this two lines out in MagickTypes.h

GrayPadQuantum = MagickLib::GrayPadQuantum,
RGBPadQuantum = MagickLib::RGBPadQuantum

and change in MagickColor.cpp

color->R
color->G
color->B
color->A

to

color.R
color.G
color.B
color.A

now i got these two errors left:

HSLTransform is no element of MagickLib
TransformHSL is no element of MagickLib
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 10-10-2007, 01:07 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

No need to compile ...Visual Magick
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 10-10-2007, 01:12 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

ok..good..i think almost u reached...

can i give the dll for u
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 10-10-2007, 01:36 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

that would be great. could you please send the dll to the email i contacted you earlier.
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 03:42 AM.


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