tiny
This commit is contained in:
parent
c3e1ca227c
commit
e21cbb9d4f
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
- use vips_autorot() in jpegload and vipsthumbnail
|
||||||
|
|
||||||
- fix up aconv
|
- fix up aconv
|
||||||
|
|
||||||
- more python tests
|
- more python tests
|
||||||
|
@ -1871,6 +1871,9 @@ vips_tiffsave( VipsImage *in, const char *filename, ... )
|
|||||||
* load. After rotation, the Orientation tag will be removed to prevent
|
* load. After rotation, the Orientation tag will be removed to prevent
|
||||||
* accidental double-rotation.
|
* accidental double-rotation.
|
||||||
*
|
*
|
||||||
|
* Using @autorotate can be much slower than doing the rotate later
|
||||||
|
* in processing. See vips_autorot().
|
||||||
|
*
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* |[
|
* |[
|
||||||
|
Loading…
Reference in New Issue
Block a user