Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b75a8814a2 |
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user