Skip to main content

Glitch Art Toolkit mimicking CRT monitor defects.

Project description

BRImage

Glitch art servlet. Python backend for manipulating images to create glitch-art effects inspired by CRT monitors.

One-liner install (requires Python >=3.7)

pip install BRImage && brimage -h

Table of Contents

  1. Installation and use
    1. pypi
    2. git
  2. Sample image:

Installation and use

BRImage now comes with a very minimal command line interface, usable with

brimage -h

pypi

I've made the project available with pip (you can view the project here):

pip install BRImage

and run with

brimage

Building from source

Requires SWIG.

First, clone the repository

git clone https://github.com/Dustpancake/BRImage && cd BRImage

It is recommended to use a virtual environment

# *nix
python3 -m venv venv && source venv/bin/activate

Generate the SWIG files; for this we require numpy.i:

curl "https://raw.githubusercontent.com/numpy/numpy/master/tools/swig/numpy.i" > BRImage/clib/numpy.i

Then we generate the .py and .cxx files with

cd BRImage/clib \
    && swig -c++ -python -py3 algorithms.i \
    && cd -

We then build with

python setup.py build_ext --inplace

or install into the environment with

pip install .
  • Running the script

To run when build from source:

python BRImage

If installed, use

brimage

Sample image:

Input Image Output Image

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

BRImage-0.1.6.tar.gz (37.6 kB view hashes)

Uploaded Source

Built Distribution

BRImage-0.1.6-cp38-cp38-macosx_10_15_x86_64.whl (32.6 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

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