by Baker » Fri Feb 10, 2012 6:13 pm
To do list:
HARD
* Rotate by angle (Hard?)
* color quantization with X colors (i.e. reduce color depth to X and select X colors to represent entire image)
EASY
* Resample
* Crop
* "Enlarge Canvas"
* Gamma Adjust
* Contrast Adjust
* Count colors used
* cut
* paste at x,y
* generic color swap without tolerance
* create thumbnail (basically same as resample)
MEDIUM
* fill at x,y with color
* generic color swap with some sort of tolerance
* HSL stuff (hue saturation luminance) hue = atan2(2 * r - g - b, cube root of 3 * (g - b))
* Draw fixed width font at x, y; draw fixed width font at r, c
[Other thoughts: how to define a complicated selection. Thoughts on drawing a line, circle, freehand with a brush]
The night is young. How else can I annoy the world before sunsrise?

Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..