Skip to content

The objective of the Squirrel app is to sample colors from an imported image and then to save each one as a color palette int array to be used later in a different Processing sketch. Colors are sampled by drawing a line across the image. The line is segmented into x-number of points, with colors sampled at each step and saved into an array. The …

License

Notifications You must be signed in to change notification settings

drwoohoo/squirrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

squirrel

The objective of the Squirrel app is to sample colors from an imported image and then to save each one as a color palette int array to be used later in a different Processing sketch. Colors are sampled by drawing a line across the image. The line is segmented into x-number of points, with colors sampled at each step and saved into an array. The color array can be exported as a TXT file with the colors saved in a easy to use format to program with at a later point.

The Color_Cycle code is included as a reference to working with the exported color palette arrays saved from Squirrel.

Squirrel was developed in Processing (https://processing.org).

A video demo of squirrel can be viewed here: https://www.youtube.com/watch?v=EJGTbW8Q74I

About

The objective of the Squirrel app is to sample colors from an imported image and then to save each one as a color palette int array to be used later in a different Processing sketch. Colors are sampled by drawing a line across the image. The line is segmented into x-number of points, with colors sampled at each step and saved into an array. The …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published