image - Resize vs Crop -


Let's say you're building a site like eBay where users can list the items they want to sell to others. And you want them to upload pictures as possible to see the site as "clean", you decide that all image thumbnails will be presented as 100x100 pixel intersections on the main page (if necessary Otherwise, fill in the second image The image can be displayed).

What is the best way to go about doing this? Do you put the image in jeopardy or crop the image according to the risk of specific dimensions and tangible parts of the images? Or fill it with the same aspect ratio in thumbnails and extra space with some default color?

I can say that the option to resize the image up to 100x100 in relation to the aspect of the original image is unacceptable The solution is The best option in my personal opinion is to give the user a square equipment tool, allowing them to drag and move a crop field on their uploaded image. Once they choose the crop area, you crop the image and change it to 100x100 pixels. This will give you a clean presentation of thumbnail images. Since the image will be linked to a full size image on its original aspect, I would not worry that some images will be lost.


Comments