MagickNet Compile problem 'GrayPadQuantum'

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
JHam

MagickNet Compile problem 'GrayPadQuantum'

Post by JHam »

I am trying to compile MagickNet. I have already unzipped and successfully built the ImageMagic source.

In MagickTypes.h file it references GrayPadQuantum. I assume this is expected in the 'quantum.h' file in the main ImageMagic source but I cannot find it anywhere and the MagickNet solution does not compile as a result.

Anyone run into this?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MagickNet Compile problem 'GrayPadQuantum'

Post by magick »

Until we can investigate, add

#define GrayPadQuantum GrayQuantum

to your source module. The "quantum" interface is a low-level private interface that is subject to change.
JHam

Re: MagickNet Compile problem 'GrayPadQuantum'

Post by JHam »

Yes thanks. What I did initially was just to comment it out.... then I ran into a lot more compile errors..... :?
I will post again with specifics when I have time to look into it in more detail.
Post Reply