summaryrefslogtreecommitdiff
path: root/src/transupp.c
AgeCommit message (Collapse)AuthorLines
2010-02-21Fix lossless image rotationDaniel Friesel-463/+606
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-1008/+1019
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+1233