Giter VIP home page Giter VIP logo

paintview's Introduction

PaintView

中文README

Library Release MIT License Android API

PaintView aims to painting on image(or not) with zooming and graging surpported, and the painting result can be shared.

Click the icon to download demo apk.

ICON

Gradle Dependency

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
    repositories {
        ...
        jcenter()
    }
}

Then, add the library to your module build.gradle:

dependencies {
    compile 'com.lht:paintview:{latest.release.version}'
}

Screenshot & Feature

screenshot

  • Clear All
  • Adding Text by Code
  • API for whole bitmap in original scale and transition, or just content in the view
  • Zooming and Draging
  • Background Image Setting
  • Setting Color and Width of Stroke
  • Undo
  • Getting Painting Result

TODO

  • Text with Better Solution
  • Canvas Rotation
  • Boundary Limitation of Gesture
  • Comment and Translation
  • Eraser

Demo Description

  • Set web screenshot as background image to paint
  • Share after painting
  • The web screenshot bitmap can be transferred by Intent, but it will crash if the bitmap is too big, so the Demo transfer bitmap by saving it as a file.

paintview's People

Contributors

liuhongtao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.