All Projects → darkliquid → glitch

darkliquid / glitch

Licence: MIT license
An image glitcher in golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to glitch

phywhispererusb
PhyWhisperer-USB: Hardware USB Trigger
Stars: ✭ 56 (+366.67%)
Mutual labels:  glitch
glitch-api
Library for using Glitch API ⚙️
Stars: ✭ 16 (+33.33%)
Mutual labels:  glitch
07-Glitch-Garden-Original
Glitch Garden demo game from the Complete Unity Developer 2D course (http://gdev.tv/cudgithub). For our students to download the end-state of projects.
Stars: ✭ 43 (+258.33%)
Mutual labels:  glitch
uptime-bot
A Discord uptime bot which keeps repl.it links up forever!!
Stars: ✭ 14 (+16.67%)
Mutual labels:  glitch
snail-cli
a CLI for Glitch
Stars: ✭ 20 (+66.67%)
Mutual labels:  glitch
botBasicoGlitch
Bot básico hecho mediante www.glitch.com y con Python3 , el cual irá creciendo conforme hagamos tutoriales/clases/dudas/llamadas en discord. Grupo de Telegram: http://t.me/boterostg
Stars: ✭ 23 (+91.67%)
Mutual labels:  glitch
GitHub-Web-IDE
⚡ Open GitHub repositories in online web IDE
Stars: ✭ 242 (+1916.67%)
Mutual labels:  glitch
glitchub
A step by step guide on how to keep a Glitch project in sync with a GitHub repo
Stars: ✭ 31 (+158.33%)
Mutual labels:  glitch
react-glitch-effect
React Glitch effects
Stars: ✭ 52 (+333.33%)
Mutual labels:  glitch
GlitchyGrid
An experimental grid layout slideshow with a stack-like navigation and glitch effect.
Stars: ✭ 33 (+175%)
Mutual labels:  glitch
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+87858.33%)
Mutual labels:  glitch
jpg-glitch-electron
desktop app for glitching images
Stars: ✭ 24 (+100%)
Mutual labels:  glitch
cool-name-api
cool-name-api.glitch.me/
Stars: ✭ 16 (+33.33%)
Mutual labels:  glitch
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+441.67%)
Mutual labels:  glitch
temporalis
Slit-scan webcam with canvas
Stars: ✭ 105 (+775%)
Mutual labels:  glitch
github-task-list-completed
GitHub - Task list completed PR check
Stars: ✭ 95 (+691.67%)
Mutual labels:  glitch
PixelGlitch
Image glitch visualization using various Pixel Sorting methods for Processing
Stars: ✭ 25 (+108.33%)
Mutual labels:  glitch
vcodes
It is a Discord-based, open-source website. Titles it contains; code sharing, server list, Bot list, uptime system.
Stars: ✭ 151 (+1158.33%)
Mutual labels:  glitch
uptimer
Uptimer is an open-source project, and a free discord bot that allows you to make your projects online 24/7 just by using a single cmd.
Stars: ✭ 21 (+75%)
Mutual labels:  glitch
glitch3d
3D model corruption library and automated rendering
Stars: ✭ 46 (+283.33%)
Mutual labels:  glitch

glitch

An image glitcher in golang.

Initially this is a more-or-less direct port of http://www.airtightinteractive.com/demos/js/imageglitcher/ while I'm learning Go, but when I'm more confident the glitching algorithms will be rewritten.

All the original javascript algorithms on which the initial build of this project is based were created by Felix Turner.

Usage: glitch [-gblsf] input_image output_image
  -b=5: Defines how much brightening to do (0-100) - shorthand syntax
  -brightness=5: Defines how much brightening to do (0-100)
  -f=0: Number of frames (only valid for gif output) - shorthand syntax
  -frames=0: Number of frames (only valid for gif output)
  -g=5: Defines how much glitching to do (0-100) - shorthand syntax
  -glitch=5: Defines how much glitching to do (0-100)
  -l=true: Apply the scan line filter - shorthand syntax
  -s="my.host.name": Seed for the randomiser - shorthand syntax
  -scanlines=true: Apply the scan line filter
  -seed="my.host.name": Seed for the randomiser
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].