davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.25k stars 196 forks source link

Support for bmp load and export? #285

Open zhifengzhuang opened 2 years ago

zhifengzhuang commented 2 years ago

Do we have a plan to support bmp load and export? I notice that bmp now is transformed to png. Bmp may load and export by imagemagick?

tonimelisma commented 2 years ago

Hey @zhifengzhuang thank you for the feature idea and contribution! I don't think we've planned it on the roadmap.. I feel like considering it's a wrapper for libvips and it's open source maintained by volunteers, we've implemented lots of great and valuable functionality with impressive performance.

That being said, we're always looking for opportunities to improve on govips. Would this perhaps be a topic you might be willing to contribute a PR to?