From e21cbb9d4f0f1b94afdb50d6228c1a87f8cd8414 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 20 Oct 2014 11:03:33 +0100 Subject: [PATCH] tiny --- TODO | 2 ++ libvips/foreign/foreign.c | 3 +++ 2 files changed, 5 insertions(+) diff --git a/TODO b/TODO index 1a89b2f4..9f772720 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- use vips_autorot() in jpegload and vipsthumbnail + - fix up aconv - more python tests diff --git a/libvips/foreign/foreign.c b/libvips/foreign/foreign.c index cc157b83..daa7f0bd 100644 --- a/libvips/foreign/foreign.c +++ b/libvips/foreign/foreign.c @@ -1871,6 +1871,9 @@ vips_tiffsave( VipsImage *in, const char *filename, ... ) * load. After rotation, the Orientation tag will be removed to prevent * accidental double-rotation. * + * Using @autorotate can be much slower than doing the rotate later + * in processing. See vips_autorot(). + * * Example: * * |[