Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f27f44c89d | |||
| b75a8814a2 |
@@ -4,7 +4,11 @@ import (
|
||||
"flag"
|
||||
"image"
|
||||
|
||||
<<<<<<< HEAD
|
||||
"git.nkpl.cc/twocookedfaggots/imageutils/pkg/downscale"
|
||||
=======
|
||||
"git.nkpl.cc/twocookedfaggots/imageutils/downscale"
|
||||
>>>>>>> b75a8814a2a6c09fa4f0fa615e7b376e64e983ec
|
||||
"git.nkpl.cc/twocookedfaggots/imageutils/util"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
package downscale
|
||||
|
||||
<<<<<<< HEAD
|
||||
import (
|
||||
"image"
|
||||
"image/color"
|
||||
)
|
||||
|
||||
=======
|
||||
>>>>>>> b75a8814a2a6c09fa4f0fa615e7b376e64e983ec
|
||||
type sub struct {
|
||||
image.Image
|
||||
image.Rectangle
|
||||
|
||||
Reference in New Issue
Block a user