warn against thumbnail_image
see https://github.com/libvips/libvips/issues/1637#issuecomment-623094732
This commit is contained in:
parent
a5680abbd6
commit
54bfa23025
@ -1522,6 +1522,11 @@ vips_thumbnail_image_init( VipsThumbnailImage *image )
|
|||||||
*
|
*
|
||||||
* Exacty as vips_thumbnail(), but read from an existing image.
|
* Exacty as vips_thumbnail(), but read from an existing image.
|
||||||
*
|
*
|
||||||
|
* This operation
|
||||||
|
* is not able to exploit shrink-on-load features of image load libraries, so
|
||||||
|
* it can be much slower than `vips_thumbnail()` and produce poorer quality
|
||||||
|
* output. Only use it if you really have to.
|
||||||
|
*
|
||||||
* See also: vips_thumbnail().
|
* See also: vips_thumbnail().
|
||||||
*
|
*
|
||||||
* Returns: 0 on success, -1 on error.
|
* Returns: 0 on success, -1 on error.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user