Skip to content

Commit

Permalink
warn against thumbnail_image
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed May 3, 2020
1 parent a5680ab commit 54bfa23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libvips/resample/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,12 @@ vips_thumbnail_image_init( VipsThumbnailImage *image )
* * @export_profile: %gchararray, export ICC profile
* * @intent: #VipsIntent, rendering intent
*
* 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().
*
Expand Down

0 comments on commit 54bfa23

Please sign in to comment.