Allow sticking and tagging.
- Achieve the function of camera.
- Achieve the function of photo cropping.
- Achieve the function of photo filter.
- Can stick collage on photo (collage can be moved,enlarged, and rotated).
- Can tag in pictures(also can be moved).
- Save the completed pictures locally, show more custom views and better framework.
(Translation powered by Amy)
mStickerManager = new StickerManager(parent);
@OnClick(R.id.sticker)
public void addSticker() {
mStickerManager.addSticker();
}
@OnClick(R.id.bubble)
public void addBubble() {
mStickerManager.addLabel();
}repositories {
// ...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.yongjhih:StickerCamera:-SNAPSHOT'
}- Gpu-image
- Android-Universal-Image-Loader
- ImageViewTouch
- butterknife
- Notes
- SystemBarTint
- cropimage
- EventBus
- Aviary-Android-SDK
- fastjson
- PagerSlidingTabStrip
- android-common
- Weibo: http://weibo.com/2030683111
- Email: 1132234509@qq.com
Copyright 2015 8tory, Inc.
Copyright 2015 DaQingkai
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

