drkrm

https://img.shields.io/badge/license-MIT-green.svgLicense: MIT https://img.shields.io/pypi/v/drkrmPyPI https://github.com/ursulaott/drkrm/workflows/CI/badge.svgCI https://img.shields.io/github/last-commit/ursulaott/drkrmGitHub last commit https://codecov.io/gh/ursulaott/drkrm/branch/master/graph/badge.svg?token=AKEGV74WVZcodecov https://readthedocs.org/projects/drkrm/badge/?version=latestDocumentation Status

drkrm | your digital darkroom | pixel-perfect photo filters in python link to repo

installation

pip install drkrm==0.1.0 | view pipy page

documentation

check out documentation at readthedocs

description:

  • a library of photo editing/filter effects in python that are free, easy to use, and highly fine-tune-able (kind of like lightroom presets)

  • starting as a cli tool

examples

manga recolor normal photo editing normal photo editing

API

Base Image functions

src.base.get_input_path()
src.base.get_path()
src.base.read_img(imgpath)

Utility functions

src.utils.blur(im)
src.utils.hex_to_rgb(hex_color)
src.utils.square(im)

Array functions

Math functions

Other functions