Ported from Crystal. Unlike the original Crystal version, does not have a CLI and does not support transparency.
Modify the following variables in acidity.pde:
RADIUS: Used internally to produce this effect. Larger numbers take longer, but produce more interesting patterns.IMAGENAME: The name of the image to load, minus the extension. So the image "drake.png" has the name of "drake".IMAGEEXT: The extension of the image to load. The image "drake.png" has the extension "png".SAVEME: Set totruein order to save the image. IfITERATEis false, saves to "IMAGENAME.acid.IMAGEEXT" (for example, "drake.acid.png"). IfITERATEis true, saves frames in the format "IMAGENAME/frame-####.tga" (for example, "drake/frame-0001.tga"). This is best for using Processing's MovieMaker tool to create a movie of your acid trip!ITERATE: Iteratively acidifies, creating an interesting effect. Paired withSAVEME, you can make a movie.
- James Anthony Bruno - creator, maintainer
