Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8bfe0777b | |||
| f5ff5d75bb | |||
| 559a4e9175 |
@@ -4,7 +4,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"image"
|
"image"
|
||||||
|
|
||||||
"git.nkpl.cc/twocookedfaggots/imageutils/downscale"
|
"git.nkpl.cc/twocookedfaggots/imageutils/pkg/downscale"
|
||||||
"git.nkpl.cc/twocookedfaggots/imageutils/util"
|
"git.nkpl.cc/twocookedfaggots/imageutils/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
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