vips
vips copied to clipboard
Support gif, webp
Hi. Vips has vips_gifload and vips_webpload functions. Why don't you use them? Also you determine image type by byte_marker, could you please check if http.DetectContentType function is more suitable for this case? Thank you