View Single Post
  #17 (permalink)  
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
Reply With Quote