All Projects â†’ TotallyNotChase â†’ Glitch This

TotallyNotChase / Glitch This

Licence: mit
📷 Glitchify images and GIF - with highly customizable options!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Glitch This

Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-96.78%)
Mutual labels:  image-manipulation
Merge Images
Easily compose images together without messing around with canvas
Stars: ✭ 1,172 (-16.05%)
Mutual labels:  image-manipulation
Panoramic Image Stitching Using Invariant Features
Given a number of input images, concatenate all images to produce a panoramic image using invariant features.
Stars: ✭ 81 (-94.2%)
Mutual labels:  image-manipulation
Realismcnn
code for predicting and improving visual realism in composite images
Stars: ✭ 53 (-96.2%)
Mutual labels:  image-manipulation
Dna Gan
DNA-GAN: Learning Disentangled Representations from Multi-Attribute Images
Stars: ✭ 65 (-95.34%)
Mutual labels:  image-manipulation
Pixelsorter
Pixel sorting tool for Python
Stars: ✭ 73 (-94.77%)
Mutual labels:  image-manipulation
Bringing Old Photos Back To Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
Stars: ✭ 9,525 (+582.31%)
Mutual labels:  image-manipulation
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-93.05%)
Mutual labels:  image-manipulation
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+527.87%)
Mutual labels:  image-manipulation
Svelte Easy Crop
A Svelte component to crop images with easy interactions
Stars: ✭ 80 (-94.27%)
Mutual labels:  image-manipulation
React Easy Crop
A React component to crop images/videos with easy interactions
Stars: ✭ 1,093 (-21.7%)
Mutual labels:  image-manipulation
Pgn2gif
A small tool that generates gif of a chess game
Stars: ✭ 65 (-95.34%)
Mutual labels:  gifs
Cloudinary Vue
Cloudinary components library for Vue.js application, for image and video optimization.
Stars: ✭ 76 (-94.56%)
Mutual labels:  image-manipulation
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-96.42%)
Mutual labels:  image-manipulation
Freezeframe.js
freezeframe.js is a library that pauses animated .gifs and enables them to animate on mouse hover / mouse click / touch event, or with trigger / release functions.
Stars: ✭ 1,233 (-11.68%)
Mutual labels:  gifs
Dali
Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.
Stars: ✭ 1,021 (-26.86%)
Mutual labels:  image-manipulation
Imageviewer
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
Stars: ✭ 71 (-94.91%)
Mutual labels:  image-manipulation
Exprgan
Facial Expression Editing with Controllable Expression Intensity
Stars: ✭ 98 (-92.98%)
Mutual labels:  image-manipulation
Canvacord
Powerful image manipulation tool to manipulate images easily.
Stars: ✭ 87 (-93.77%)
Mutual labels:  image-manipulation
Abmediaview
Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.
Stars: ✭ 79 (-94.34%)
Mutual labels:  gifs

glitch-this!

Create glitched images and GIFs, with highly customizable options!


Pypi release Stars Pypi downloads Python 3 License

A commandline tool + python library to glitchify images and even make GIFs out of them! Featuring 100 gradually different levels of glitching intensity! The algorithm used to create glitched images is a slightly modifed version of the popular ImageGlitcher tool's algorithm, so you can expect the glitched images to look really cool!

NOW WITH GIF TO GLITCHED GIF SUPPORT! Check out the docs!

If you like using this tool, please consider starring on Github!

demo

What are you waiting for? Import the library and get glitching!

NOTE : Works best with RGB/RGBA images

Checkout a web demo right here, courtesy of @pahefu

What others have to say ~

glitch-this - Create highly customizable glitched images and GIFs! | Product Hunt Embed

FEATURES!

  • Choose any glitching intensity between 0.1 and 10.0, yes those are floats!

    Each level is gradually different!

    Want just a tiny bit of glitching, enough to make your image look cool? - use level 2 (my favorite)!

  • Add scan lines for a retro CRT effect! Add color offset for even cooler glitching!

  • Create Glitched GIFs from a normal image!

    That's right, before this tool, I had to manually download each image from ImageGlitcher, save them, and then head to a GIF creation website.

    Now you can do it all at once!

  • Glitch normal GIFs into glitched GIFs!

  • Customize step of glitching, you can glitch every step'th frame instead of all frames!

  • Increment/Decrement glitching intensity while glitching every frame!

    So you can have a frame glitched with intensity 2, but the next can be 5, the next to that can be 8 and so on!

  • Customize the number of frames in a GIF as well as their duration - all from the comfort of your terminal!

  • Set how many times the GIF should loop!

  • Set your own custom seed for a predictable RNG!

Changelog

View the changelog here

Requirements

  • python 3
  • pillow
  • numpy

These will be automatically installed when you install the library! (assuming you have python3)

Installation

Simply install glitch-this from pypi!

pip install glitch-this

(OR)

pip3 install glitch-this

Quick Start

Now that you have the library installed, all you need to do is invoke the script and pass in the params

glitch_this [IMAGE PATH] [GLITCH_LEVEL]

quick_basic

Try glitch_this -h for more info! Directly from your commandline!

Or, Check out the script docs!

Interested in the library? Check out the library docs!

DOCS! WHERE TO?!

Read the script docs!

Read the library docs!

Check out a full example using the library!

Whoa! Cool Glitches

Here's some glitched images generated from this script - of different intensity levels!

NOTE: All these images had -c parameter included, for color offset

Original image for reference:-

og_img

Glitched version - Level 2:-

glitched_2

Not badly glitched now is it?

Glitched version - Level 5:-

glitched_5

Well it's certainly starting to get glitchy

Glitched version - Level 8:-

glitched_8

I don't know what I'm looking at

Let's get some scan lines on there!

Glitched version (scan_lines)- Level 2:-

glitched_2_scan

Glitched version (scan_lines) - Level 5:-

glitched_5_scan

Glitched version (scan_lines) - Level 8:-

glitched_8_scan

That's neat, but how about some GIFs? Here's some GIFs from the same image:-

Note: All the GIFs use default values from FRAMES and DURATION, i.e 23 and 200 respectively

Glitched GIF - Level 2:-

glitched_gif2

Glitched GIF - Level 5:-

glitched_gif5

Glitched GIF - Level 8:-

glitched_gif8

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].