Name: Anonymous 2011-12-21 7:31
Hi there /prog/
I'm currently trying to improve my image resizing algorithm. First, I re-size the picture's height and width by 50%. If the new width and height is > max_width and max_height, I set the thumbnail's width to max_width and the height to max_height.
Obviously this will create very poor quality thumbnails of my images.
What could I do to improve this process?
I'm currently trying to improve my image resizing algorithm. First, I re-size the picture's height and width by 50%. If the new width and height is > max_width and max_height, I set the thumbnail's width to max_width and the height to max_height.
Obviously this will create very poor quality thumbnails of my images.
What could I do to improve this process?