Skip to content

imagemagick rewrite in c++ (only a small subset of `convert` so far)

License

Notifications You must be signed in to change notification settings

treeshateorcs/bathory1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

imagemagick rewrite in c++ (only a small subset of `convert` so far)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published