Git Product home page Git Product logo

retouchpic's Introduction

这个项目是什么

这是一个Android图片编辑库。主体代码来自于

第一个项目是编辑的主体,第二个项目用于涂抹方法,即使用kmeans聚合算法取出涂抹时需要的颜色。因为第二个项目年久失修,主要工作是将项目的jni迁移到cmake,并完成了之前未完成的聚合出的颜色百分比统计功能。

关于rust分支

这是将项目DominantColors部分中C代码实现的部分改造为rust实现的分支。编译这个分支需要在你的开发环境中配置一系列相关工具链:

how to build?

  1. Install rust from https://www.rust-lang.org/.
  2. Install the rust toolchains for your target platforms:
     rustup target add armv7-linux-androideabi   # for arm
     rustup target add i686-linux-android        # for x86
     rustup target add aarch64-linux-android     # for arm64
     rustup target add x86_64-linux-android      # for x86_64
     rustup target add x86_64-unknown-linux-gnu  # for linux-x86-64
     rustup target add x86_64-apple-darwin       # for darwin (macOS)
     rustup target add x86_64-pc-windows-gnu     # for win32-x86-64-gnu
     rustup target add x86_64-pc-windows-msvc    # for win32-x86-64-msvc
    
  3. Install Android studio,sdk and ndk toolchains.
  4. Build.

More information about rust for android:

retouchpic's People

Contributors

whitestarlau avatar

Watchers

James Cloos 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.