Here’s a small new feature that I think many of you will find useful on Friday afternoon. We’ve created a new Optimize Image action that can do exactly what you expect. If you give it a big fat image, it can make it into an optimized smaller version. This can help you cut down on your storage in Glide, especially if your users are uploading very large images taken with mobile phone cameras.
In order to have an optimized version we would have to spend 1 update per image. Honestly I think this should be included in the service and pricing. Optimization is an integral part of a properly built webapp, but if we cannot have a native image optimization and it will cost us an extra update per image, then I think I’ll host my optimized images.
What we need is image size validations before uploading, not after the fact or some kind of restriction options that could be applied in the file/image picker components.
I believe this is an action feature to fix the image and is different from validation. This option will be very useful for users who have no understanding of image specifications. If you want validation, you can use a JavaScript column, and the code can already be found in threads in this community. I believe it’s free, but your users will need to process their images outside of Glide.