summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-12-12jpeg-utils: Get rid of error handling macrosTomas Bzatek1-91/+79
2010-12-12jpeg-utils: Function data cleanupTomas Bzatek1-6/+5
2010-10-30Don't resize an image if it fits in desired sizeTomas Bzatek1-17/+22
2010-10-10Do crop and shave in one stepTomas Bzatek1-5/+1
Silly me, this can be easily done at once.
2010-10-09Add support for squared thumbnailsTomas Bzatek1-5/+27
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.
2010-10-06Fix day of the week in EXIF date stringTomas Bzatek1-0/+1
mktime() modifies tm_wday and tm_yday to correct values.
2009-05-10Remove #ifdef __DEBUG_ALL__Tomas Bzatek1-22/+0
2009-05-10Consolidate data typesTomas Bzatek1-73/+51
2009-04-11Print statistics in verbose modeTomas Bzatek1-4/+5
2009-03-28Multithreading supportTomas Bzatek1-4/+0
Also made progress output a little bit nicer default = 1 thread at once, for safety reasons I've encountered critical issues with ImageMagick compiled with OpenMP support. Hope that package maintainers are clever. ShittyMagickWandGenesis(), ShittyMagickWandTerminus() :-)
2009-02-27Fix exiv2 new api detectionTomas Bzatek1-0/+2
2009-02-26AutotoolizeTomas Bzatek1-0/+429