From d52658ab5c9ae451aedb519915fde6559aa96127 Mon Sep 17 00:00:00 2001 From: potassium Date: Sun, 14 Dec 2025 06:16:10 +0300 Subject: [PATCH] cleaningup --- README | 3 --- README.md | 9 +++++++++ shakalizator.go | 1 - 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 README create mode 100644 README.md delete mode 100644 shakalizator.go diff --git a/README b/README deleted file mode 100644 index b36e908..0000000 --- a/README +++ /dev/null @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..36a9c3a --- /dev/null +++ b/README.md @@ -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/ diff --git a/shakalizator.go b/shakalizator.go deleted file mode 100644 index b94cb9b..0000000 --- a/shakalizator.go +++ /dev/null @@ -1 +0,0 @@ -package imageutils