cals.c

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
jpiquemal
Posts: 54
Joined: 2003-12-07T01:57:19-07:00

cals.c

Post by jpiquemal »

Hello

In cals.c, line 228:
if(pel_path == 90)
orientation=5;
else
if(pel_path == 90)
orientation=3;

perhaps if(pel_path == 180) should be correct ?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: cals.c

Post by magick »

Good catch. We'll add a patch to ImageMagick within a day or two.
Post Reply