summaryrefslogtreecommitdiff
path: root/src/jpegint.h
AgeCommit message (Collapse)AuthorLines
2010-02-21Fix lossless image rotationDaniel Friesel-42/+72
Apparently, the old code was based on libjpeg6. However, most systems use libjpeg8 now, which has a few new features like cropping, leading to a lot of fuckup with feh on libjpeg8 systems. Now feh works with libjpeg8, but probably doesn't support libjpeg6 anymore. Also, this code copypasta really sucks :-)
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-184/+180
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+392