Re: Mobile Image Editing

2022-04-08 Thread Brian Milby via use-livecode
The image on the card it 320x200 (rough, for discussion). The file is 1280x800. I do an import as paint and the formatted size matches the file initially. Fill/draw anything and the formatted size is now the same as the object. I’m saying it is downsized (scaled down). If I zoom in so the o

Re: Mobile Image Editing

2022-04-08 Thread J. Landman Gay via use-livecode
I'm not sure I understand. When you "downsize" do you mean you're scaling? Or are you creating a new image? Or cropping the original? On 4/7/22 9:11 PM, Brian Milby via use-livecode wrote: Greetings list people! I am currently working on a project where we will be editing images on a mobile de

Mobile Image Editing

2022-04-07 Thread Brian Milby via use-livecode
Greetings list people! I am currently working on a project where we will be editing images on a mobile device. I'm running into an issue where the formatted height and width of the image change. Most of the images are natively 1600x1200 but we initially display them scaled to fit on the screen.