What is the difference between those keys, as per documentation
"inside: Preserving aspect ratio, resize the image to be as large as possible while ensuring its dimensions are less than or equal to both those specified."
"outside: Preserving aspect ratio, resize the image to be as small as possible while ensuring its dimensions are greater than or equal to both those specified."
How should I understand it? Lets say in reference to
"cover: (default) Preserving aspect ratio, ensure the image covers both provided dimensions by cropping/clipping to fit"
Which does not say that the image is resized, is it not than? And what is the use case for inside and outside?