This commit is contained in:
John Cupitt 2014-10-20 11:03:33 +01:00
parent c3e1ca227c
commit e21cbb9d4f
2 changed files with 5 additions and 0 deletions

2
TODO
View File

@ -1,3 +1,5 @@
- use vips_autorot() in jpegload and vipsthumbnail
- fix up aconv
- more python tests

View File

@ -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:
*
* |[