You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Storage API should convert the images to the right dimensions and file type at the time of uploading.
We should first define the required dimensions for our client app and act accordingly. Second, we should accept images of standard file types, and convert them all to our desired image file type.
Since we'll store the images with different sizes, the images endpoint should accept a size/dimension parameter.
The text was updated successfully, but these errors were encountered:
The Storage API should convert the images to the right dimensions and file type at the time of uploading.
We should first define the required dimensions for our client app and act accordingly. Second, we should accept images of standard file types, and convert them all to our desired image file type.
Since we'll store the images with different sizes, the images endpoint should accept a size/dimension parameter.
The text was updated successfully, but these errors were encountered: