-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |