|
type |
preview picture |
describe |
| Stretch |
 |
The
image is stretched to fit the target frame
size in both dimensions, without preserving
the aspect ratio. |
| Crop |
 |
The
image is not resized. If the image is smaller
than the target frame, the surrounding area
is black. If the image is larger than the
target frame, the image is cropped. |
| Preserve
aspect ratio |
 |
The
image is resized to fit the target frame
along one dimension, while preserving the
aspect ratio. If the ratio of width to height
in the image does not match the ratio in
the target frame, it creates a letterbox. |
| stretch
while preserving aspect ration |
 |
The
image is resized to fill the entire target
frame while preserving the aspect ratio.
Rather than create a letterbox, this mode
crops the image, either along the sides
or across the top and bottom. |