Releases: Milchreis/processing-imageprocessing
Releases · Milchreis/processing-imageprocessing
Version 1.6.0
New
Fixes
- TiltShift: Error with pixelDensity() (Thanks @cristianvogel and @jeremydouglass for reporting #36)
Version 1.7.0
New
- Sabattier effect #38 (🙏 thanks to @jeremydouglass and @uheinema from the Processing Discourse)
- Sine-Wave effect #42 (🙏 thanks to Joseph HENRY from the Processing Discourse)
- Knitting-effect #43
Strokes.apply()
gets more parameter (#41)- rotation of lines can set to a fixed angle
- an unset
lineLength
calculates the length by color intensity
Version 1.5.1
Version 1.5.0
New
- Contrast adjustments #25
- Image comparison #28
- Calculate difference
- Create a difference image
- Toning image with color and intensity #26
- Split toning to tone the image with different colors in shadows and highlights #27
- Made an image from strokes #29
- Matte effect #30
- ASCII: Adding a method to get the "image" as plain String
Fixes
- Halftone does not work for images with width != height
Version 1.4.0
Version 1.3.0
New
- Changing the shadows (just the dark parts)
- Changing the lights (just the light parts)
- Vignette (to dim the edges)
- Invert colors
- Flip images (vertical and horizontal)
- Tilt-Shift-Effect (adding a focus plane)
Version 1.2.0
New
- Glitch effect
- Brightness
- Color-Shift
- Quantization
- Scanlines
- Dithering
- Sobel edge finding
- Halftone
Version 1.1.0
New
- Stacker
- Pixelation
- Example description
Version 1.0.0
Algorithms:
- Grayscale
- Erosion and Dilation
- Threshold (automatic and custom)
- Gaussian blur (kernel size and sigma changeable)
- Sharpen
- Canny edge detection
- Bloom effect
- Automatic color balance
- Convolution (with custom kernel)