把ImageView設置為全屏,布局文件代碼如下
<?xmlversion="1.0"encoding="utf-8"?><FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:layout_margin="5dp"android:orientation="vertical"><ImageViewandroid:id="@+id/iv_draw_pic"android:layout_width="match_parent"android:layout_height="match_parent"android:layout_gravity="center_horizontal"android:layout_margin="10dp"/><RelativeLayoutandroid:layout_width="match_parent"android:layout_height="wrap_content"><Buttonandroid:id="@+id/btn_choose"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_margin="5dp"android:layout_weight="1"android:text="選擇照片"/><Buttonandroid:id="@+id/btn_save"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignParentRight="true"android:layout_margin="5dp"android:layout_weight="1"android:text="保存照片"/><Buttonandroid:id="@+id/btn_clear"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignParentBottom="true"android:layout_centerHorizontal="true"android:layout_margin="5dp"android:layout_weight="1"android:text="擦除筆跡"/></RelativeLayout></FrameLayout>
根據機型設置縮放比例
switch(model){case"MI4LTE":scale=1.1f;break;case"HUAWEINXT-AL10":scale=1.5f;break;}
效果圖如下
二、繪制涂鴉
實現代碼如下:
@OverridepublicbooleanonTouch(Viewview,MotionEventmotionEvent){intaction=motionEvent.getAction();switch(action){casemotionEvent.ACTION_CANCEL:break;caseMotionEvent.ACTION_DOWN:downX=motionEvent.getX()*scale;downY=motionEvent.getY()*scale;break;caseMotionEvent.ACTION_UP:upX=motionEvent.getX()*scale;upY=motionEvent.getY()*scale;canvas.drawLine(downX,downY,upX,upY,paint);iv_drawpicture.invalidate();break;caseMotionEvent.ACTION_MOVE:upX=motionEvent.getX()*scale;upY=motionEvent.getY()*scale;canvas.drawLine(downX,downY,upX,upY,paint);iv_drawpicture.invalidate();downX=upX;downY=upY;break;default:break;}returntrue;}
三、保存繪制涂鴉后的圖片
實現代碼如下:
try{UriimageUri=getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI,newContentValues());OutputStreamos=getContentResolver().openOutputStream(imageUri);//compress方法將圖片轉換成JPG或者PNG格式drawBitmap.compress(Bitmap.CompressFormat.JPEG,90,os);Toast.makeText(this,"Saved:"+imageUri.toString(),Toast.LENGTH_LONG).show();}catch(FileNotFoundExceptione){e.printStackTrace();}
四、擦除涂鴉筆跡
實現代碼如下:
drawBitmap=Bitmap.createBitmap(bmp.getWidth(),bmp.getHeight(),bmp.getConfig());canvas=createCanvas(drawBitmap);paint=createPaint();canvas.drawBitmap(bmp,0,0,paint);iv_drawpicture.setImageBitmap(drawBitmap);iv_drawpicture.setOnTouchListener(this);
關于使用android怎么在照片中繪制涂鴉就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
本文由 貴州做網站公司 整理發布,部分圖文來源于互聯網,如有侵權,請聯系我們刪除,謝謝!
c語言中正確的字符常量是用一對單引號將一個字符括起表示合法的字符常量。例如‘a’。數值包括整型、浮點型。整型可用十進制,八進制,十六進制。八進制前面要加0,后面...
2022年天津專場考試原定于3月19日舉行,受疫情影響確定延期,但目前延期后的考試時間推遲。 符合報名條件的考生,須在規定時間登錄招考資訊網(www.zha...
:喜歡聽,樂意看。指很受歡迎?!巴卣官Y料”喜聞樂見:[ xǐ wén lè jiàn ]詳細解釋1. 【解釋】:喜歡聽,樂意看。指很受歡迎。2. 【示例】:這是...
(資料圖片)在生活中,很多人都不知道頑物喪志是什么意思是什么意思,其實他的意思是非常簡單的,下面就是小編搜索到的頑物喪志是什么意思相關的一些知識,我們一起來學習下吧!應該是玩物喪志。意思:常用來指醉心于某些自己所喜好的事物,從而喪失了積極進取的志氣。出處:《書·旅獒》:“玩人喪德,玩物喪志?!彼未祆?《近思錄》卷二:“ 明道先生 以記誦博識為玩物喪志?!闭Z法:連動式,作謂語、賓語、定語,多含貶義...
什么是授薪合伙人?授薪合伙人可以參與利潤分享,但也可能獲得比高級管理人員更高的薪酬但不參與利潤分享。在許多大型會計師事務所,有授薪合伙人和權益合伙人的區別,其中,授薪合伙人處于較低水平,而權益合伙人處于較高水平。授薪合伙人不是公司的老板,而是授予高級員工的“頭銜”。授薪合伙人了解之后,合伙人是如何出資的?合伙人的出資方式:1.合伙人出資后,一般來說,他喪失了作為出資一部分的...
互聯網創業者需具備哪些素質?1、能承受高強度的信息交流一個優秀的互聯網創業者,應該把自己放在更高的交流層面,讓自己成為一個信息中轉站,但是,這份工作不是每個人都能做的,每天交流無數信息是一件很可怕的事情。創業者面對的不全是正面信息,有的是負面的,這就要求創業者有很強的抗壓能力。2、良好的溝通和表達能力在高度發達的媒體中,尤其是在媒體風起云涌的時代,優秀的溝通、表達和演講技巧可以讓創業者的項目高速傳...