From 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Feb 2010 10:51:14 +0100 Subject: 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 :-) --- TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO') 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. -- cgit v1.2.3