Hi, we're using CropImage action to auto-crop images uploaded by users to fit into a 3:2 container and by changing the compression quality from 1.0 down to 0.25 the size of the image does decrease. Example:
- Image with compression quality 1.0 = 197.979 bytes (720x480 pixels)
- Same image with compression quality 0.5 = 55.997 bytes (720x480 pixels)
- With compression quality 0.25 = 38.029 bytes (720x480 pixels)