vvixi / Img_Mnglr

Python program for creating glitch art from images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Img_Mnglr

Python program for creating glitch art from Bitmaps.

Includes seven algorithms for mangling your .bmp images.

Mileage will vary depending on your starting image. Some distortion types will hardly affect one bmp, and mangle others.

Usage

mnglr -f input_image distortion_type distortion types: slitscramble, stretch, stripper, stutter, shredder, ribbons, testing

distortion types: slitscramble, stretch, stripper, stutter, shredder, ribbons, confetti, confetti2, testing

python mnglr.py -f face.bmp shredder

See included images for examples.

alt text alt text alt text alt text alt text

TODO:

  • add more algorithms
  • add png support?
  • add gui?

About

Python program for creating glitch art from images

License:MIT License


Languages

Language:Python 100.0%