StickerCamera
StickerCamera copied to clipboard
This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
sava photo use //Bitmap.createBitmap(mImageView.getWidth(),mImageView.getHeight(),Bitmap.Config.ARGB_8888) 贴纸稍微多点就 非常容易内存溢出 不考虑用BitmapFactory.Options吗 或者有其它什么解决办法
Might be like " https://github.com/afollestad/material-camera " ....
Great project i learned lots of things from this code. I'm facing small issue I'm not able to save image. When i put a sticker on image then i click...
 CameraActivity.java `ArrayList sysPhotos = FileUtils.getInst().findPicsInDir( FileUtils.getInst().getSystemPhotoPath());`
本来想借鉴一下,但是下下来之后,发现没法跑。
这个要是有IOS版就好了,有没有对ios感兴趣的。
当前的贴纸已经有了删除和拉伸旋转的功能,如果贴纸再增加镜像功能,楼主能给些建议吗? 项目中StickerDrawable是继承了BitmapDrawable,在BitmapDrawable或者Drawable中都没有给出重新设置bitmap的方法,Drawable中给出的setAutoMirror()和getLayoutDirection()是在api19和api23才加入的,低版本的情况下(如api14)没法使用。现在能想到的两个方案,一个是每次镜像的时候都重新生成一个StickerDrawable,然后设置给StickerView;或者就修改组件,不在使用StickerDrawable存放bitmap了,改成诸如ImageView之类的组件。
有神马梗,可否修复一下。能运行。。。。