[SOLVED] what can MagickRealType be besides double?

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
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

[SOLVED] what can MagickRealType be besides double?

Post by NicolasRobidoux »

Smaller (float)? Larger (long double)?
Last edited by NicolasRobidoux on 2012-06-10T09:00:48-07:00, edited 2 times in total.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: what can MagickRealType be besides double?

Post by NicolasRobidoux »

All answers are in magick-type.h: It can be float, double or long double.
Post Reply