Skip to content

Releases: danthedaniel/binimage

Upgrade deps + small changes.

27 Oct 06:51
Compare
Choose a tag to compare
  • Removed 12 bit per pixel option (not sure if this ever worked)
  • Added default output path (out.png)

Bugfix

04 Sep 18:37
Compare
Choose a tag to compare
  • Fixed image size calculations

Bitdepth Support

03 Sep 03:07
Compare
Choose a tag to compare
  • Added --bitdepth=<bits> parameter with support for 1, 2, 4, 8, 12, and 24 bits-per-pixel.

1, 2, 4, and 8 bits-per-pixel corresponds to grayscale images.

Initial release

02 Sep 23:33
Compare
Choose a tag to compare

Basic functionality only:

  • You can let binimage size the output image automatically (makes the image square)
  • You can specify either the width or the height of the output image.