more new ideas
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package imageutils
|
||||
|
||||
type Transformer interface {
|
||||
Transform(image.Image) image.Image
|
||||
}
|
||||
Reference in New Issue
Block a user