diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-21 10:51:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-21 10:51:14 +0100 |
commit | 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc (patch) | |
tree | 59cedab94c8087ae9d87df6906b17a541305d086 /TODO | |
parent | cd4cf4cab94b06b477afe77c561c1554342af773 (diff) |
Fix lossless image rotation
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 :-)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,3 +27,6 @@ Control thumbnail mode (image selection, mainly) with keys. Xinerama support is present, but far from perfect. Some day I will debug that, I guess. + +We have a lot of copypasta from libjpeg (jpegint.h, transupp.[ch]). +I wonder if they can be #included from somewhere. |