"Have you seen the "image editing" feature?"
I mean programmatically.
In my above post, I need access to Original, a more common "usable" size, and thumbnail.
If my main Instance record is a Product...
then I need to store 3 images on S3 somehow when the user uploads a large phone captured image.
In my "PhotoUploadMulti" process, after I create the record to store the uploaded image, do I manually have to IMAGE_RESIZE and create ANOTHER image for my smaller version, THEN again for my thumbnail... thereby manually making my 3 images as 3 different records related to the main Instance ?
Or maybe for each Product, I have 3 Image fields in every instance, and do the same IMAGE_RESIZE stuff for image 2 & 3.
IMGIX allows you to store ONE image and modify the URL for your needs (like to specify a size for display).
With IMGIX I'd just store the main image path and modify the end of the URL and it will resize it for me.