Giter Site home page Giter Site logo

moimage's Introduction

moImage

a image pre-processor for artist

TODO

  • 图片 -> 矢量?
  • 对图片中的特殊化文字处理?
  • LowPoly
  • 卡通化?

Related Resouces:

  • Tesseract
  • Potrace
  • pypotrace

LowPloy

Requirements

  • pango

图片转矢量

Requirements

  • ImageMagick
  • potrace
  1. 转化为 BMP
mogrify -format bmp test.jpg
  1. 转化为 eps
potrace test.bmp

合并图像

Requirements

  • ImageMagick

Merge Image

convert skilltree-1.png skilltree-2.png skilltree-3.png +append skilltree.png

Resize Image

mogrify -geometry x600 *.png

Video

mov to mp4

ffmpeg -i tree-expand.mov tree-expand.mp4

fast video

ffmpeg -i out.mp4 -filter:v "setpts=PTS/60" fast.mp4

4k to 1080

ffmpeg -i 7.mp4 -vf scale=1920:1080 -c:v libx264 -crf 35 7-1080.mp4

LICENSE

MIT

moimage's People

Contributors

phodal 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.