Skip to content

ZZYW/GlitchArtWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

故障艺术工坊 Glitch Art Workshop

授课者: 漆贞贞,汪洋 Email: yang.wang.dec@gmail.com

Part1: 新媒体艺术史 New Media Art Historycode

Part2: Workshop 工作坊

0. Glitch An Image

0.Find an image of your choice

1.Force open it with text editor and copy/paste/add/delete the source codex.

2.Every once in a while, safe the current effect into a new image.

3.Stop when you have accumulated 10 images.

4.Go to https://ezgif.com/. Load all images, edit, and safe.

1. Windows Desktop Odessy code

  1. Download source background image and browser image

  2. Load background image and browser image

  3. Define position and speed

  4. Make browser bounce on x and y direction

  5. Live sound input integration. browser image gitter when audience makes a louder sound.

2. Pixel Glitch

  1. Load image

  2. Load pixel through its red, green and blue channel

  3. Mouse Pressed integration. When mouse is pressed, sample the horizontal line to the right of the mouse with number of pixels specified in the color array.

  4. Mouse Dragged integration. When mouse is dragged, draw the color line sampled from previous step to the current mouse position.

  5. Safe function integration. Safe current effect in canvas at the press of a button.

3. Video Glitch

  1. Get live image capture signal

  2. Set pixel threshhold

  3. Load pixel

  4. Set pixel threshhold

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published