cleaningup

This commit is contained in:
2025-12-14 06:16:10 +03:00
parent 1db672d481
commit d52658ab5c
3 changed files with 9 additions and 4 deletions

3
README
View File

@@ -1,3 +0,0 @@
(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.

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# imageutils
## that is exactly image utilities, what i made for myself
||(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/

View File

@@ -1 +0,0 @@
package imageutils