This commit is contained in:
life
2014-05-07 14:43:51 +08:00
parent f17dc503bd
commit 6fe8d4aac0

View File

@ -1,5 +1,6 @@
package lea
/*
import (
"github.com/Terry-Mao/paint"
"github.com/Terry-Mao/paint/wand"
@ -104,3 +105,8 @@ func Reset(path string, maxWidth uint) (ok bool, transPath string){
return
}
*/
func TransToGif(path string, maxWidth uint, afterDelete bool) (ok bool, transPath string) {
return ok, path
}