Skip to content

Latest commit

 

History

History

Week08-TikTokVideos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

A "liquify" example from the Adobe blog by Şakir Yildirim from his "Crawler" series

IMAGE FILTERS

TLDR


ASSIGNMENT

In 1990, Adobe released version 1.0 of Photoshop, a new image-manipulation software that would become so ubiquitous that its name would is used as a verb. In that first official release, Photoshop included filters, algorithms that could go beyond adjusting a photograph and do fun things like blur and image or make it look like a pencil drawing. (Or you could just run all of the filters on one image.) Later, platforms like Instagram, Snapchat, and Tiktok would employ more complex filters to make a photo look vintage, smoosh your face, and make super weird images with slit scanning. This week, we'll explore images "under the hood," looking at how to view the pixel values of an image, then find creative ways to manipulate those pixels to make our own filters.

For this project, your assignment is to create the weirdest, most interesting, far-out filter you can! These should be designed to work with video for Instagram reels and/or TikTok, though you can prototype using a still image. Your code should load a video, go through each frame and do something interesting using its pixels, and save the result. While you can definitely get inspired by existing filters, you should focus on creating something that's your own. Try to work in an exploratory way: experiment and see what starts to emerge! Feel free to add other elements if you want, but the main focus of the project should be on pixel-level manipulation.

Above: a "liquify" example from the Adobe blog by Şakir Yildirim from his "Crawler" series


CODE EXAMPLES/VIDEOS


INSPIRATION


RESOURCES