How to implement an heuristic for selecting appropriate image in Java
For a page that displays product information, we have to select the best product image from a set of images that show the same content, but have different formats (gif, png, jpg, etc.), different quality (jpeg comrpession), different sizes (thumbnails, small, medium, big) etc. The choice depends on the user's browser, current size of pa...