summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-21 10:51:14 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-21 10:51:14 +0100
commit15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc (patch)
tree59cedab94c8087ae9d87df6906b17a541305d086 /TODO
parentcd4cf4cab94b06b477afe77c561c1554342af773 (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--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6fc60b5..79ccb19 100644
--- a/TODO
+++ b/TODO
@@ -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.