Page 1 of 1

cals.c

Posted: 2010-04-06T05:55:14-07:00
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 ?

Re: cals.c

Posted: 2010-04-06T06:11:04-07:00
by magick
Good catch. We'll add a patch to ImageMagick within a day or two.