Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 666 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 666 Bytes

this is very WIP

build instructions

sudo pacman -S fmt meson base-devel
git clone https://github.com/treeshateorcs/bathory1.git
cd bathory1
meson builddir --buildtype=release
ninja -C builddir
./builddir/bathory1 144.png 144.qoi

working conversions

from
  • bmp
  • gif
  • jpeg
  • png
  • qoi
  • psd
  • tga
  • psd
to
  • bmp
  • gif
  • jpeg
  • png
  • qoi
  • tga
  • psd

the conversions that i've tested are 2 to 5 times faster than the convert command from the imagemagick package

Screenshot