bimg
bimg copied to clipboard
Why not support BMP?
The libvips in my system can support bmp. Why the bimg can not support to handle bmp?
# vips copy test.jpg test.bmp
# file test.bmp
output:
PC bitmap, Windows 3.x format, 5345 x 3563 x 24
BMP should work in the v2 in-development version now. go get -u github.com/h2non/bimg/v2@v2-dev
. The API is not stable yet, obviously.