A Bulk Image Cropping Tool
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.
 
 
 
al e973e8921c apply image rotation for Gdk pixbufs 2 years ago
assets add margins to crops 2 years ago
filter tweak default filter chain 2 years ago
util add margins to crops 2 years ago
.gitignore add compile_commands.json to gitignore 2 years ago
README.md add README 2 years ago
books.cpp oh boy 2 years ago
crop.cpp tidy up 2 years ago
crop.hpp oh boy 2 years ago
croppreview.cpp cleanup for msys2 2 years ago
croppreview.hpp cleanup: use pragma once instead of include guard 2 years ago
featuredetector.cpp normalise fitness values 2 years ago
featuredetector.hpp oh boy 2 years ago
fitnessmetrics.cpp normalise fitness values 2 years ago
fitnessmetrics.hpp oh boy 2 years ago
image.cpp apply image rotation for Gdk pixbufs 2 years ago
image.hpp don't use async for now 2 years ago
imageloader.cpp convert filesystem paths to strings 2 years ago
imageloader.hpp cleanup: use pragma once instead of include guard 2 years ago
imagepreview.cpp add controls to toggle features/fitness values in ui 2 years ago
imagepreview.hpp add controls to toggle features/fitness values in ui 2 years ago
imagestore.cpp convert std::filesystem::path to string 2 years ago
imagestore.hpp oh boy 2 years ago
mainwindow.cpp add margins to crops 2 years ago
mainwindow.hpp add margins to crops 2 years ago
meson.build move cv to separate thread 2 years ago
progresswindow.cpp move cv to separate thread 2 years ago
progresswindow.hpp move cv to separate thread 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