summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-12Cleanup header definesTomas Bzatek1-7/+8
2010-12-12jpeg-utils: Function data cleanupTomas Bzatek1-1/+1
2010-10-30Don't resize an image if it fits in desired sizeTomas Bzatek1-1/+1
2010-10-09Add support for squared thumbnailsTomas Bzatek1-1/+5
Disabled by default, only very simple center crop implemented. The SQUARED_SIMPLE_SHAVE_AMOUNT constant may be slightly adjusted according to future experience. It's a really dumb algorithm which may not be suitable for every picture. Looking for a fast and smart algorithm to determine image weight center and radius, i.e. focus on object of interest. The OpenCV's face recognition features are worth to test and consider, though I fear the speed issues.
2009-05-10Consolidate data typesTomas Bzatek1-30/+30
2009-02-26AutotoolizeTomas Bzatek1-0/+94