Is it possible to see images from the spreadsheet google?

I have made you a Canvas Image Viewer which should do what you want.

CanvasImageViewerFinal.aia (8.3 KB)
Possible issues with this version see here:

Process:

  1. Load an Image from the list (works with images on sdcard as well as google drive files)
  2. Some javascript in the html page gets the aspect ratio of the image
  3. Sets the image to an imagesprite on the canvas
  4. You can move the image around (drag on image)
  5. Resize the image using the slider

note: I couldn't get the canvas any bigger than 1792 x 1792 without the app crashing. Tested on Android 10/11

Here hopefully a version that will work on most phones, canvas sized to 1280x1280, just means you cannot enlarge as much as you may like.
CanvasImageViewer1280.aia (8.5 KB)

1 Like