bimg icon indicating copy to clipboard operation
bimg copied to clipboard

WIP: Use vips_thumbnail_buffer() to resize

Open vansante opened this issue 4 years ago • 1 comments

Based on jcupitt's remarks in #137

vansante avatar Mar 26 '20 17:03 vansante

I couldn't really reconcile using vips_thumbnail_buffer() with the whole bimg resize() pipeline so I ended up creating a function that sidesteps that pipeline altogether and only uses vips_thumbnail_buffer(). This is not really a nice clean solution unfortunately.

vansante avatar Mar 27 '20 10:03 vansante