Coder Social home page Coder Social logo

stardustdl / imagings Goto Github PK

View Code? Open in Web Editor NEW
21.0 1.0 3.0 345 KB

A toolset for computer graphics and imaging processing.

Home Page: https://stardustdl.gitee.io/posts/projects/images-dev/

License: Mozilla Public License 2.0

Python 98.44% PowerShell 1.56%
painter computer-graphics cg python python3 pyqt pyqt5 nju nju-cs toolset

imagings's Introduction

ImagingS

CI Downloads

A toolset for computer graphics and imaging processing.

Features

  • Geometry
    • Line ( DDA & Bresenham )
    • Curve ( Bezier & B-spline )
    • Ellipse
    • Polygon
      • Polyline
      • Rectangle
  • Transform
    • Translate
    • Rotate
    • Scale
    • Skew
    • Matrix
  • Clip
  • Interactivity
    • WYSIWYG
    • Shortcuts
  • Document
    • Json
    • Code editor
  • Export
    • PNG, JPEG, BMP

Usage

# Install
pip install imagings
# Launch GUI
imagings
# or use
python -m ImagingS.Gui

Development

  1. Clone this repository.
  2. Install dependencies.
pip install requirements.txt
  1. Generate UI codes
python -m ImagingS.Gui.uic
  1. Run GUI
python -m ImagingS.Gui
  1. Run CLI
python -m ImagingS.Cli input.txt output_dir

imagings's People

Contributors

stardustdl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

imagings's Issues

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.