A toolset for computer graphics and imaging processing.
- 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
# Install
pip install imagings
# Launch GUI
imagings
# or use
python -m ImagingS.Gui
- Clone this repository.
- Install dependencies.
pip install requirements.txt
- Generate UI codes
python -m ImagingS.Gui.uic
- Run GUI
python -m ImagingS.Gui
- Run CLI
python -m ImagingS.Cli input.txt output_dir