10 lines
352 B
Markdown
10 lines
352 B
Markdown
# 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/
|