Skip to main content

Glitch Art Toolkit mimicking CRT monitor defects.

Project description

BRImage

Build PyPI Version

Glitch Art Library and command line tool for generating 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.8.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

BRImage-0.1.8-cp38-cp38-macosx_10_15_x86_64.whl (46.9 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

Details for the file BRImage-0.1.8.tar.gz.

File metadata

  • Download URL: BRImage-0.1.8.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for BRImage-0.1.8.tar.gz
Algorithm Hash digest
SHA256 b860c240a249c51a827eff22d4b93754acaba5fb7531755416608e4133929f54
MD5 1455c3e93bb35fc6823c4fa1b357ca83
BLAKE2b-256 e5d1108f3131ac7fdac68c99c33124ca0b8798eaa5a0a92d5c2b2bbc5012dfd3

See more details on using hashes here.

File details

Details for the file BRImage-0.1.8-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: BRImage-0.1.8-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for BRImage-0.1.8-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 71bd8beb627994e0a639b420fce983411c30aa0f850085089800764e0c727936
MD5 9aa14fbd6e07eaad2e0da998f2b28e6d
BLAKE2b-256 c6a256874b2db5ca195d1d46d645fe63fbd1c99d8fb1d246ef55a735cbdd21da

See more details on using hashes here.

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