bimg
bimg copied to clipboard
WIP: Use vips_thumbnail_buffer() to resize
Based on jcupitt's remarks in #137
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.