I am quite familiar with how to automatically create image thumbnails yet I want to take it a step further.
I was wondering if any scripts exist to make "smart thumbnails" like those which can be found on flickr?
Even if there do not exist any, can someone explain the fundamentals of how the script would find out what part of the image to clip?
Automatic Image Thumbnails
Moderators: onion2k, General Moderators
-
FarazYashar
- Forum Newbie
- Posts: 9
- Joined: Tue May 23, 2006 10:05 pm
http://flickr.com/
For example here is what it does:


It not only crops and resizes but finds the main part of the image, such as were the central focus is.
How could I use the crop and resize to make this happen?
For example here is what it does:


It not only crops and resizes but finds the main part of the image, such as were the central focus is.
How could I use the crop and resize to make this happen?
Grab a book on machine vision and write some very, very clever code. Extremely tricky stuff. It'd be well beyond my capabilities.FarazYashar wrote:It not only crops and resizes but finds the main part of the image, such as were the central focus is.
How could I use the crop and resize to make this happen?