Compare commits

..

1 Commits

Author SHA1 Message Date
twocookedfaggots b75a8814a2 new simple downscaling ideas 2026-06-20 11:31:44 +03:00
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"flag" "flag"
"image" "image"
"git.nkpl.cc/twocookedfaggots/imageutils/pkg/downscale" "git.nkpl.cc/twocookedfaggots/imageutils/downscale"
"git.nkpl.cc/twocookedfaggots/imageutils/util" "git.nkpl.cc/twocookedfaggots/imageutils/util"
) )
-5
View File
@@ -1,10 +1,5 @@
package downscale package downscale
import (
"image"
"image/color"
)
type sub struct { type sub struct {
image.Image image.Image
image.Rectangle image.Rectangle