You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
assets | 2 years ago | |
filter | 2 years ago | |
util | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
books.cpp | 2 years ago | |
crop.cpp | 2 years ago | |
crop.hpp | 2 years ago | |
croppreview.cpp | 2 years ago | |
croppreview.hpp | 2 years ago | |
featuredetector.cpp | 2 years ago | |
featuredetector.hpp | 2 years ago | |
fitnessmetrics.cpp | 2 years ago | |
fitnessmetrics.hpp | 2 years ago | |
image.cpp | 2 years ago | |
image.hpp | 2 years ago | |
imageloader.cpp | 2 years ago | |
imageloader.hpp | 2 years ago | |
imagepreview.cpp | 2 years ago | |
imagepreview.hpp | 2 years ago | |
imagestore.cpp | 2 years ago | |
imagestore.hpp | 2 years ago | |
mainwindow.cpp | 2 years ago | |
mainwindow.hpp | 2 years ago | |
meson.build | 2 years ago | |
progresswindow.cpp | 2 years ago | |
progresswindow.hpp | 2 years ago |
README.md
books
Automatic cropping tool for cropping to books
Build
Linux
This project uses the meson build system:
$ meson build
$ cd build
$ ninja
$ sudo ninja install
Windows
Since this project uses GTK4, it's a bit difficult here (there's no GTK4 installer for Win32 just yet). However, I have built using cygwin & it seems to work ok.
TODO: Actual build instructions