I take a picture using the built in camera on iOS
display.save( photo, "CameraShot.jpg", system.TemporaryDirectory )
I want to show the user a preview before they upload it so I scale the object
photo:scale (.5,.5)
I’m confused, as scaling the original object also scales my saved image, which I don’t want to do.
Is this normal behavior, or am I missing something. Do I need to copy the object and display a scaled version of the original? Why does scaling the original also scale the saved image?
so many questions, so little time
[import]uid: 74957 topic_id: 31862 reply_id: 331862[/import]