We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5680ab commit 54bfa23Copy full SHA for 54bfa23
libvips/resample/thumbnail.c
@@ -1520,7 +1520,12 @@ vips_thumbnail_image_init( VipsThumbnailImage *image )
1520
* * @export_profile: %gchararray, export ICC profile
1521
* * @intent: #VipsIntent, rendering intent
1522
*
1523
- * Exacty as vips_thumbnail(), but read from an existing image.
+ * Exacty as vips_thumbnail(), but read from an existing image.
1524
+ *
1525
+ * This operation
1526
+ * is not able to exploit shrink-on-load features of image load libraries, so
1527
+ * it can be much slower than `vips_thumbnail()` and produce poorer quality
1528
+ * output. Only use it if you really have to.
1529
1530
* See also: vips_thumbnail().
1531
0 commit comments