When working with PNG files from customers in PIM, I often see files with excess transparent pixels around the image.
This means when the image is scaled down in the front-end the scaling will not seem to match the area for the image. The same applies when using images in other channels. For example for printed materials.
A feature request to be to have a trim option in the new image editor.
I know it can be done with the commandline tool ImageMagick: convert input.png -trim +repage output.png
The screenshot below shows an original image and the desired output of such a feature.
Is there any other who could see this as a good feature?