image
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
package lea
|
package lea
|
||||||
|
|
||||||
|
/*
|
||||||
import (
|
import (
|
||||||
"github.com/Terry-Mao/paint"
|
"github.com/Terry-Mao/paint"
|
||||||
"github.com/Terry-Mao/paint/wand"
|
"github.com/Terry-Mao/paint/wand"
|
||||||
@ -103,4 +104,9 @@ func Reset(path string, maxWidth uint) (ok bool, transPath string){
|
|||||||
transPath = toPath
|
transPath = toPath
|
||||||
|
|
||||||
return
|
return
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
func TransToGif(path string, maxWidth uint, afterDelete bool) (ok bool, transPath string) {
|
||||||
|
return ok, path
|
||||||
}
|
}
|
Reference in New Issue
Block a user