Re: Picture Madness

2018-04-30 Thread jdcryer--- via 4D_Tech
Cannon, Re: > You can do this in code. For example, here is some code I use: Many thanks. That makes complete sense I had started to look at some of the other options but ran out of time for the day. I will use this tomorrow. Thank you again, Dougie

Re: Picture Madness

2018-04-30 Thread Cannon Smith via 4D_Tech
Hi Douglas, You can do this in code. For example, here is some code I use: GET PICTURE METADATA($gPicture;TIFF orientation;$lOrientation) Case of : ($lOrientation=1) //Normal, no rotation needed : ($lOrientation=8) //Left 90˚, so need to rotate

Picture Madness

2018-04-30 Thread Douglas Cryer via 4D_Tech
I have a picture puzzle that I hope someone may be able to help me with. We are doing the following: C_PICTURE(vg_Picture) READ PICTURE FILE("";vg_Picture) To load a picture to a screen variable. My colleague has complained that when he loads some pictures they as he puts it "lay down". I got