Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aksel authored Sep 27, 2016
1 parent 1c9e392 commit 0133763
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Glitchy
An image manipulator, made specifically for glitch-art. Final's project at KEA.

Original website: http://glitchy.codemouse.dk/

Glitchy is an image manipulator, made in 2015 as a finals project for the AP Graduate in Computer Science, at the Copenhagen School of Design and Technology.
The purpose of this software is to give those who enjoy making glitch art a better user experience, compared to working with software such as Audacity, while still maintaining the idea of manipulating images on a byte-level.

Features
* Import images, and manipulate them linearly, as a series of pixels/colors.

* Apply various effects.

* Merge images, pixel by pixel, in 4 different ways, to get vastly different results.

* Change canvas width and height, independent of images.

* Import any filetype, and convert its raw data to pixels, that can be rendered as an image.

* Save and load your current images, and their applied effects, as projects.

0 comments on commit 0133763

Please sign in to comment.