this is very WIP
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
- bmp
- gif
- jpeg
- png
- qoi
- psd
- tga
- psd
- 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