Skip to main content

A toolset for computer graphics and imaging processing.

Project description

ImagingS

CI

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imagings-1.0.1.tar.gz (45.6 kB view hashes)

Uploaded Source

Built Distribution

imagings-1.0.1-py3-none-any.whl (76.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page