Re: Image Madness

2018-05-01 Thread jdcryer--- via 4D_Tech
Cannon, Really useful. Thank you again... > On 1 May 2018, at 20:00, 4d_tech-requ...@lists.4d.com wrote: > > I’m not sure why that would be the case as it has worked for me. Perhaps a > clue it that my code only handles the 4 common cases. Could your picture be > one of the other four cases?

Re: Image Madness

2018-05-01 Thread Cannon Smith via 4D_Tech
Hi Douglas, I’m not sure why that would be the case as it has worked for me. Perhaps a clue it that my code only handles the 4 common cases. Could your picture be one of the other four cases? Not sure. I can give you the site I found that helped me understand this (to the small degree that I un

Re: Image Madness

2018-05-01 Thread Douglas Cryer via 4D_Tech
Cannon, I tried your code on the supplied image and had to swap the values for 6 & 8 as, after rotation, the image was upside down. So : ($lOrientation=8) //Left 90˚, so need to rotate right 90˚ $gPicture:=Photo_Rotate ($gPicture;90)