StickerCamera icon indicating copy to clipboard operation
StickerCamera copied to clipboard

This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。

Results 46 StickerCamera issues
Sort by recently updated
recently updated
newest added

已经添加了标签,但最后合成的照片里没有。有可能什么问题?

相机方向旋转了180°,机型:Nexus 5x,系统:Android 6.0

我clone工程到as,build以后就出现这个:Error:Execution failed for task ':app:compileDebugJava'. > When running gradle with java 6 or 7, you must set the path to jdk8, either with property retrolambda.jdk or environment variable JAVA8_HOME >...

Hi sir, I have install this libray app and try to save the image text added, but not able to see the added text on image. Please help me ,...

大牛您好,这里面的照片是正方形的,怎样修改成长方形4:3的呢。 我想自己修改发现里面Rect和Matrix不太懂 Matrix m = new Matrix(); m.setRotate(90, PHOTO_SIZE / 2, PHOTO_SIZE / 2); if (mCurrentCameraId == 1) { m.postScale(1, -1); } Bitmap rotatedImage = Bitmap.createBitmap(croppedImage, 0, 0, PHOTO_SIZE, PHOTO_SIZE,...

点击拍照时,感觉用AsyncTask来保存图片的byte[]有点慢,可不可以放到服务里面去保存图片,这样体验会好点。

我看了一下每次从PhotoProcessActivity返回到拍照界面CameraActivity里面时,相机默认变成后置,但是mCurrentCameraId还是保留上次的,CameraActivity加上下面的代码可以解决 @Override protected void onResume() { super.onResume(); mCurrentCameraId=0; }