Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8bfe0777b | |||
| f5ff5d75bb | |||
| 559a4e9175 |
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
package downscale
|
||||
|
||||
import (
|
||||
"image"
|
||||
"image/color"
|
||||
)
|
||||
|
||||
type sub struct {
|
||||
image.Image
|
||||
image.Rectangle
|
||||
|
||||
Reference in New Issue
Block a user