Rough attempts to build stuff from scratch
Find a file
2022-08-01 14:00:40 +01:00
apps Add PDF writer. 2022-01-01 18:46:31 +00:00
src Add png reader 2022-08-01 14:00:40 +01:00
test Add png reader 2022-08-01 14:00:40 +01:00
.gitignore Fix build 2022-05-15 16:14:04 +01:00
CMakeLists.txt Fixing up Windows build. 2021-09-26 21:42:35 +01:00
LICENSE License and name update. 2020-06-07 18:37:30 +01:00
README.md Move windows to uptr. Add simple text editing. 2020-06-20 16:34:10 +01:00

limmto

limmto (Light Multi-Media Tool) is a free, low-dependency C++ library for working with digital media.

mkdir build
cd build
cmake $PATH_TO_SOURCE
make
apps/$NAME_OF_APP