資源簡介
實(shí)現(xiàn)的基本功能如下:
1,圖片編輯(圖片添加,文字添加),實(shí)現(xiàn)圖片編輯中的圖片添加,旋轉(zhuǎn),縮放,刪除;文字的添加,大小縮放,字體更換,顏色更換,刪除;
2,基本濾鏡實(shí)現(xiàn)與接口封裝; 涂鴉(畫筆的樣式,粗細(xì),顏色,橡皮擦,貼圖); 相框(簡單相框,酷炫相框); 馬賽就克(基本馬賽克,酷炫馬賽克,橡皮擦)及其接口封裝3,接下來, 圖像剪切,旋轉(zhuǎn)等功能實(shí)現(xiàn)測試接口封裝; GIF與MP
4,圖片互轉(zhuǎn)實(shí)現(xiàn)測試與接口封裝;
代碼片段和文件信息
package?com.jarlen.picturetest;
import?java.io.File;
import?java.io.FileOutputStream;
import?java.io.IOException;
import?java.util.Timer;
import?java.util.TimerTask;
import?android.annotation.SuppressLint;
import?android.app.Activity;
import?android.app.AlertDialog;
import?android.content.DialogInterface;
import?android.content.Intent;
import?android.graphics.Bitmap;
import?android.graphics.Bitmap.Config;
import?android.graphics.BitmapFactory;
import?android.graphics.Canvas;
import?android.graphics.Typeface;
import?android.os.Bundle;
import?android.os.Environment;
import?android.os.Handler;
import?android.os.Message;
import?android.util.Log;
import?android.view.Gravity;
import?android.view.View;
import?android.view.View.onclickListener;
import?android.widget.Button;
import?android.widget
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\
?????文件?????????300??2015-08-28?05:16??PhotoEditDemo-master\.gitignore
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\
?????文件?????????466??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\.classpath
?????文件?????????815??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\.project
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\.settings\
?????文件??????????55??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\.settings\org.eclipse.core.resources.prefs
?????文件?????????173??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\.settings\org.eclipse.jdt.core.prefs
?????文件????????3483??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\AndroidManifest.xm
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\assets\
?????文件???????28435??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\assets\bigpaper00.jpg
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\assets\fonts\
?????文件?????2631880??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\assets\fonts\by3500.ttf
?????文件?????2652788??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\assets\fonts\bygf3500.ttf
?????文件????????1133??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\build.gradle
?????文件???????51394??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\ic_launcher-web.png
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\
?????文件??????758727??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\android-support-v4.jar
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\armeabi-v7a\
?????文件???????13476??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\armeabi-v7a\libfr
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\armeabi\
?????文件???????17564??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\libs\armeabi\libfr
?????文件??????????53??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\lint.xm
?????文件?????????781??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\proguard-project.txt
?????文件?????????608??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\project.properties
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\color\
?????文件????????1823??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\color\select_color.xm
?????文件?????????395??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\color\tab_btn_text.xm
?????目錄???????????0??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\drawable-hdpi\
?????文件????????1160??2015-08-28?05:16??PhotoEditDemo-master\Photo_Demo\res\drawable-hdpi\crayon.png
............此處省略409個(gè)文件信息
評(píng)論
共有 條評(píng)論