Is there a minimal package for Windows Bitmap (*.bmp) files?

Is there a package with minimal dependencies that supports loading and saving Windows Bitmap (*.bmp) files?
At present, ImageMagick.jl and OpenCV.jl are registered in the registry of FileIO.jl.

They are prone to compatibility troubles due to binary package dependencies.
cf. “Background” of What image formats do you use within Julia?

https://github.com/search?q=bitmap+bmp+language%3AJulia+&type=code
:thinking:

You should check out this package:

:slight_smile:

1 Like

That package is not registered, so it is no good at all.:upside_down_face:

It also does not support RLE compression.

Fortunately, the only BMP image provided by TestImages.jl is not in RLE, so TestImages.jl might be able to drop its dependency on ImageMagick.

Hopefully it gets registered soon.

1 Like