Artistic experiments in discrete image distortion
  • C++ 99.8%
  • CMake 0.2%
Find a file
2025-04-30 22:31:51 +01:00
bin Move build process into script 2025-04-30 22:31:51 +01:00
inc Basic version of flood-fill working 2025-04-30 22:04:52 +01:00
lodepng lodepng is linking 2024-07-27 23:55:32 -05:00
src Basic version of flood-fill working 2025-04-30 22:04:52 +01:00
.clang-format Format to 60 lines for laptop 2024-08-09 22:20:18 -05:00
.gitignore Posterisation working on tiny image 2024-07-28 12:50:30 -05:00
CMakeLists.txt Remove nonstandard u_ types to support Macos 2025-04-27 22:02:32 +01:00
LICENSE Init 2024-07-27 18:17:58 -05:00
README.md Add build command to README 2025-04-24 14:26:05 +01:00

Distortion

Experiments in discrete image distortion. Accompanying blog post here.

. .

Build

# Configure
cmake -S . -B build
# Build
cmake --build build

Using lodepng.