summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6fc60b5..0a0a044 100644
--- a/TODO
+++ b/TODO
@@ -27,3 +27,9 @@ Control thumbnail mode (image selection, mainly) with keys.
Xinerama support is present, but far from perfect.
Some day I will debug that, I guess.
+
+Lossless rotation is horribly broken. The code was copied from libjpeg6b
+and does not work with libjpeg8. However, it _has_ to be copied because
+the rotation functions are not available externally.
+Executing the jpegtran binary from inside feh is probably the best way
+to "fix" this...