From 78cdfa3beb6ff0ebb9f72abcfddf8be39ea2a7ef Mon Sep 17 00:00:00 2001 From: twocookedfaggots Date: Fri, 7 Aug 2026 22:48:59 +0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36a9c3a..f06d4bc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # imageutils ## that is exactly image utilities, what i made for myself +all the 2d graphics related stuff now moves there + ||(with a dummy as fuck image rescaling)|| utilities work in theory, but doing everything very slow. i really love Go's image.Image interface type, but its really hard to do something with it well. TODO: - create main binary that give access to all implemented things in cmd/ +