Compare commits

..

3 Commits

Author SHA1 Message Date
twocookedfaggots c8bfe0777b i forgor again 2026-06-20 11:43:14 +03:00
twocookedfaggots f5ff5d75bb i forgor 2026-06-20 11:41:03 +03:00
twocookedfaggots 559a4e9175 more new ideas 2026-06-20 11:37:41 +03:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"flag"
"image"
"git.nkpl.cc/twocookedfaggots/imageutils/downscale"
"git.nkpl.cc/twocookedfaggots/imageutils/pkg/downscale"
"git.nkpl.cc/twocookedfaggots/imageutils/util"
)
+5
View File
@@ -1,5 +1,10 @@
package downscale
import (
"image"
"image/color"
)
type sub struct {
image.Image
image.Rectangle