实例介绍
非常完整的图像处理程序,支持图像调色,裁剪,加边框,调整大小等等功能,十分强大
【实例截图】
【核心代码】
a986186a-2b66-449e-ae07-d23e123681d0
└── ImageHandleV4.2
├── AndroidManifest.xml
├── bin
│ ├── classes
│ │ └── com
│ │ └── jacp
│ │ └── image
│ │ ├── ChooseImageActivity.class
│ │ ├── MainActivity$10.class
│ │ ├── MainActivity$1.class
│ │ ├── MainActivity$2.class
│ │ ├── MainActivity$3.class
│ │ ├── MainActivity$4.class
│ │ ├── MainActivity$5.class
│ │ ├── MainActivity$6.class
│ │ ├── MainActivity$7.class
│ │ ├── MainActivity$8.class
│ │ ├── MainActivity$9.class
│ │ ├── MainActivity.class
│ │ ├── R$anim.class
│ │ ├── R$array.class
│ │ ├── R$attr.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$string.class
│ │ ├── R$style.class
│ │ ├── R.class
│ │ ├── util
│ │ │ ├── EditImage$1$1.class
│ │ │ ├── EditImage$1.class
│ │ │ ├── EditImage$2$1.class
│ │ │ ├── EditImage$2.class
│ │ │ ├── EditImage$BackgroundJob$1.class
│ │ │ ├── EditImage$BackgroundJob.class
│ │ │ ├── EditImage.class
│ │ │ ├── ImageFrameAdder.class
│ │ │ ├── ImageHandler.class
│ │ │ ├── ImageSpecific.class
│ │ │ ├── ImageSwitch.class
│ │ │ ├── ImageUtil.class
│ │ │ ├── ReverseAnimation.class
│ │ │ └── RotateBitmap.class
│ │ └── view
│ │ ├── CropImageView.class
│ │ ├── HighlightView$ModifyMode.class
│ │ ├── HighlightView.class
│ │ ├── ImageMoveView.class
│ │ ├── ImageViewTouchBase$1.class
│ │ ├── ImageViewTouchBase$2.class
│ │ ├── ImageViewTouchBase$Recycler.class
│ │ ├── ImageViewTouchBase.class
│ │ ├── menu
│ │ │ ├── MenuAdapter.class
│ │ │ ├── MenuItem.class
│ │ │ ├── MenuView$1.class
│ │ │ ├── MenuView$2.class
│ │ │ ├── MenuView$3.class
│ │ │ ├── MenuView.class
│ │ │ ├── OnMenuClickListener.class
│ │ │ ├── SecondaryListMenuView$1.class
│ │ │ ├── SecondaryListMenuView$2.class
│ │ │ ├── SecondaryListMenuView$3.class
│ │ │ ├── SecondaryListMenuView.class
│ │ │ ├── SecondaryMenuView.class
│ │ │ ├── ToneMenuView$1.class
│ │ │ └── ToneMenuView.class
│ │ └── ToneView.class
│ ├── classes.dex
│ ├── ImageHandleV4.2.apk
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── a0.png
│ │ │ ├── a1.png
│ │ │ ├── btn_mainmenu_color_normal.png
│ │ │ ├── btn_mainmenu_color_press.png
│ │ │ ├── btn_mainmenu_edit_normal.png
│ │ │ ├── btn_mainmenu_edit_press.png
│ │ │ ├── btn_mainmenu_frame_normal.png
│ │ │ ├── btn_mainmenu_frame_press.png
│ │ │ ├── btn_rotate_horizontalrotate.png
│ │ │ ├── btn_rotate_verticalrotate.png
│ │ │ ├── btn_view_back_normal.png
│ │ │ ├── btn_view_back_press.png
│ │ │ ├── btn_view_ok_normal.png
│ │ │ ├── btn_view_ok_press.png
│ │ │ ├── camera_crop_height.png
│ │ │ ├── camera_crop_width.png
│ │ │ ├── cloudy.png
│ │ │ ├── frame_around1_bottom.png
│ │ │ ├── frame_around1_left_bottom.png
│ │ │ ├── frame_around1_left.png
│ │ │ ├── frame_around1_left_top.png
│ │ │ ├── frame_around1.png
│ │ │ ├── frame_around1_right_bottom.png
│ │ │ ├── frame_around1_right.png
│ │ │ ├── frame_around1_right_top.png
│ │ │ ├── frame_around1_top.png
│ │ │ ├── frame_around2_bottom.png
│ │ │ ├── frame_around2_left_bottom.png
│ │ │ ├── frame_around2_left.png
│ │ │ ├── frame_around2_left_top.png
│ │ │ ├── frame_around2.png
│ │ │ ├── frame_around2_right_bottom.png
│ │ │ ├── frame_around2_right.png
│ │ │ ├── frame_around2_right_top.png
│ │ │ ├── frame_around2_top.png
│ │ │ ├── frame_big1.png
│ │ │ ├── frame_small1.png
│ │ │ ├── ic_menu_crop.png
│ │ │ ├── ic_menu_mapmode.png
│ │ │ ├── ic_menu_rotate_left.png
│ │ │ ├── ic_menu_rotate_right.png
│ │ │ ├── icon.png
│ │ │ ├── indicator_autocrop.png
│ │ │ ├── old_remember.png
│ │ │ ├── popup.9.png
│ │ │ ├── popup_bottom_tip.9.png
│ │ │ ├── qipao0.png
│ │ │ ├── qipao1.png
│ │ │ └── qipao2.png
│ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ └── drawable-mdpi
│ │ └── icon.png
│ └── resources.ap_
├── gen
│ └── com
│ └── jacp
│ └── image
│ └── R.java
├── proguard.cfg
├── project.properties
├── res
│ ├── anim
│ │ ├── anim_down_in.xml
│ │ ├── anim_down_out.xml
│ │ ├── anim_show_in.xml
│ │ └── anim_show_out.xml
│ ├── drawable
│ │ ├── btn_color.xml
│ │ ├── btn_edit.xml
│ │ ├── btn_frame.xml
│ │ ├── btn_step_cancel.xml
│ │ └── btn_step_save.xml
│ ├── drawable-hdpi
│ │ ├── a0.png
│ │ ├── a1.png
│ │ ├── a2.jpg
│ │ ├── black.jpg
│ │ ├── btn_mainmenu_color_normal.png
│ │ ├── btn_mainmenu_color_press.png
│ │ ├── btn_mainmenu_edit_normal.png
│ │ ├── btn_mainmenu_edit_press.png
│ │ ├── btn_mainmenu_frame_normal.png
│ │ ├── btn_mainmenu_frame_press.png
│ │ ├── btn_rotate_horizontalrotate.png
│ │ ├── btn_rotate_verticalrotate.png
│ │ ├── btn_view_back_normal.png
│ │ ├── btn_view_back_press.png
│ │ ├── btn_view_ok_normal.png
│ │ ├── btn_view_ok_press.png
│ │ ├── camera_crop_height.png
│ │ ├── camera_crop_width.png
│ │ ├── cloudy.png
│ │ ├── frame_around1_bottom.png
│ │ ├── frame_around1_left_bottom.png
│ │ ├── frame_around1_left.png
│ │ ├── frame_around1_left_top.png
│ │ ├── frame_around1.png
│ │ ├── frame_around1_right_bottom.png
│ │ ├── frame_around1_right.png
│ │ ├── frame_around1_right_top.png
│ │ ├── frame_around1_top.png
│ │ ├── frame_around2_bottom.png
│ │ ├── frame_around2_left_bottom.png
│ │ ├── frame_around2_left.png
│ │ ├── frame_around2_left_top.png
│ │ ├── frame_around2.png
│ │ ├── frame_around2_right_bottom.png
│ │ ├── frame_around2_right.png
│ │ ├── frame_around2_right_top.png
│ │ ├── frame_around2_top.png
│ │ ├── frame_big1.png
│ │ ├── frame_small1.png
│ │ ├── ic_menu_crop.png
│ │ ├── ic_menu_mapmode.png
│ │ ├── ic_menu_rotate_left.png
│ │ ├── ic_menu_rotate_right.png
│ │ ├── icon.png
│ │ ├── indicator_autocrop.png
│ │ ├── mm.jpg
│ │ ├── old_remember.png
│ │ ├── popup.9.png
│ │ ├── popup_bottom_tip.9.png
│ │ ├── qipao0.png
│ │ ├── qipao1.png
│ │ ├── qipao2.png
│ │ ├── rainbow_overlay.jpg
│ │ └── Thumbs.db
│ ├── drawable-ldpi
│ │ ├── icon.png
│ │ └── Thumbs.db
│ ├── drawable-mdpi
│ │ └── icon.png
│ ├── layout
│ │ ├── choose.xml
│ │ ├── cropimage.xml
│ │ ├── frame_doodle.xml
│ │ ├── image_main.xml
│ │ ├── main.xml
│ │ └── tone.xml
│ └── values
│ ├── strings.xml
│ └── styles.xml
└── src
└── com
└── jacp
└── image
├── ChooseImageActivity.java
├── MainActivity.java
├── util
│ ├── EditImage.java
│ ├── ImageFrameAdder.java
│ ├── ImageHandler.java
│ ├── ImageSpecific.java
│ ├── ImageSwitch.java
│ ├── ImageUtil.java
│ ├── ReverseAnimation.java
│ └── RotateBitmap.java
└── view
├── CropImageView.java
├── HighlightView.java
├── ImageMoveView.java
├── ImageViewTouchBase.java
├── menu
│ ├── MenuAdapter.java
│ ├── MenuItem.java
│ ├── MenuView.java
│ ├── OnMenuClickListener.java
│ ├── SecondaryListMenuView.java
│ ├── SecondaryMenuView.java
│ └── ToneMenuView.java
└── ToneView.java
32 directories, 212 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论