Skip to content

Instantly share code, notes, and snippets.

View Ignotus-mago's full-sized avatar
💭
Do I still understand what I wrote?

Paul Hertz Ignotus-mago

💭
Do I still understand what I wrote?
View GitHub Profile
@Ignotus-mago
Ignotus-mago / TransformTool.pde
Last active September 10, 2022 18:00
Processing tool for basic image transforms using a PGraphics.
// Processing tool for basic image transforms using a PGraphics.
// ImageTransform.pde implements the PGraphics and the transforms in a separate class.
// The drawAndSave method creates an image to use for the transforms.
// The ImageTransform class does the work.
/*
Note the different behaviors for uppercase and lowercase keys,
which have an effect when the image includes an alpha channel.
=====================------------->>>>> Key Command Help <<<<<-------------=====================