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