From 6fe8d4aac02dad1f0e03f7eabec24cb56771c897 Mon Sep 17 00:00:00 2001
From: life <lifephp@gmail.com>
Date: Wed, 7 May 2014 14:43:51 +0800
Subject: [PATCH] image

---
 app/lea/Image.go | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app/lea/Image.go b/app/lea/Image.go
index 55e1faf..f79d195 100644
--- a/app/lea/Image.go
+++ b/app/lea/Image.go
@@ -1,5 +1,6 @@
 package lea
 
+/*
 import (
 	"github.com/Terry-Mao/paint"
     "github.com/Terry-Mao/paint/wand"
@@ -103,4 +104,9 @@ func Reset(path string, maxWidth uint) (ok bool, transPath string){
     transPath = toPath
     
     return
+}
+*/
+
+func TransToGif(path string, maxWidth uint, afterDelete bool) (ok bool, transPath string) {
+	return ok, path
 }
\ No newline at end of file