Is there an option to use vips_thumbnail() without loading a VImage first? #128
Answered
by
lopcode
StefanOltmann
asked this question in
Q&A
|
Hi, I read that vips_thumbnail_image() is not recommended according to the docs. Can I use the vips_thumbnail() or vips_thumbnail_source() without loading a VImage first, like making these functions static? See https://www.libvips.org/API/current/libvips-resample.html#vips-thumbnail I'm trying to increase the quality of the output here: Kind regards, Stefan |
Answered by
lopcode
Dec 20, 2024
Replies: 1 comment 8 replies
|
Working on it in #129 - just needed an excuse to get it over the line. I'll push it out as |
8 replies
Answer selected by
StefanOltmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working on it in #129 - just needed an excuse to get it over the line. I'll push it out as
1.4.0in a few hours 🙂