GitHub - yongjhih/StickerCamera: This is an Android application with camera,picture cropping,collage sticking and tagging. · GitHub
Skip to content

yongjhih/StickerCamera

 
 

Repository files navigation

StickerCamera

JitPack Build Status javadoc

Allow sticking and tagging.

Feature

  • 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)

Usage

mStickerManager = new StickerManager(parent);

@OnClick(R.id.sticker)
public void addSticker() {
    mStickerManager.addSticker();
}

@OnClick(R.id.bubble)
public void addBubble() {
    mStickerManager.addLabel();
}

Installation

repositories {
    // ...
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'com.github.yongjhih:StickerCamera:-SNAPSHOT'
}

Thanks

Contributors

Contact Me

License

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.

About

This is an Android application with camera,picture cropping,collage sticking and tagging.

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Java 99.9%
  • IDL 0.1%