processing library: init

This commit is contained in:
Schrottkatze 2024-07-08 20:46:39 +02:00
parent dc44244e7b
commit a2695a2a11
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 126 additions and 24 deletions

View file

@ -0,0 +1,4 @@
//! # This is the image processing library for iOwO
//!
//! One of the design goals for this library is, however, to be a simple, generic image processing library.
//! For now, it's just indev... lets see what comes of it!