Skip to main content

PaYnter is a Python Library that let you procedurally generate images with handy features that emulates what you can find in any image editing software like Photoshop, GIMP, Krita, and similars.

Project description

What is PaYnter?

PaYnter is a Python module that let you procedurally generate images with handy features that emulates what you can find in any image editing software like Photoshop, GIMP, Krita, etc...

Features

This is a list with what there is currently inside the code:

  • Brushes features:
    • Custom brush tip (B/W png images)
    • Supports for multiple brush tips (randomized each dab)
    • Custom brush tip rotation
    • Custom Brush spacing
    • Custom Brush textures
    • Fuzzy Dab parameters like:
      • Brush size
      • Brush angle
      • Color mix
      • Color Hue
      • Color Saturation
      • Color Value
      • Dab position scattering
  • Layer management
    • New layer creation
    • Layer merging with blending modes
  • Color management
    • Palette creation
      • Triad palette
      • Separate Hue, Saturation, and Value tweaking
  • Brush mirroring
  • Drawing functions like:
    • DrawLine(x1, y1, x2, y2)
    • DrawPoint(x, y)
    • DrawRect(x1, y1, x2, y2, angle)
    • DrawPath(pointList)
    • AddBorder(width)

How to use it

Right now there isn't much you can do with PaYnter since is really early in the development, but you can try it by cloning the repository and playing around inside example.py, while paynter.py do all the heavy works behind the scenes.

Dependencies

PaYnter needs Numpy, Numba, and PIL modules. Those can all be installed easily with Pip, anything else should come with the python3 bundle.

Scope

This project started October 1th 2018 and aims at adding all the image editing software features to be able to create images like these (made with Krita by another my Python script):

(You can find more here: @elkiwyart)

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

paynter-0.1.4.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

paynter-0.1.4-py3-none-any.whl (18.7 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