bimg icon indicating copy to clipboard operation
bimg copied to clipboard

Why not support BMP?

Open pauky opened this issue 3 years ago • 1 comments

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

pauky avatar Oct 29 '21 08:10 pauky

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.

aksdb avatar Dec 13 '21 16:12 aksdb