GitPedia
Milchreis

Milchreis/processing-imageprocessing

Collection of basic image processing algorithms for processing

9 Releases
Latest: 6y ago
Version 1.6.01.6.0Latest
MilchreisMilchreis·6y ago·April 9, 2020
GitHub

📋 Changes

  • PaletteMapping #32
  • RetroConsole effect (Gameboy) #32
  • TiltShift: Error with pixelDensity() (Thanks @cristianvogel and @jeremydouglass for reporting #36)
Version 1.7.0latest
MilchreisMilchreis·5y ago·December 19, 2020
GitHub

📋 Changes

  • Sabattier effect #38 (🙏 thanks to @jeremydouglass and @uheinema from the [Processing Discourse](https://discourse.processing.org/t/sabattier-effect-in-processing/21553))
  • Sine-Wave effect #42 (🙏 thanks to [Joseph HENRY](https://discourse.processing.org/u/josephh/summary) from the [Processing Discourse](https://discourse.processing.org/t/image-to-sine-waves/25938/7))
  • 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.11.5.1
MilchreisMilchreis·6y ago·December 6, 2019
GitHub

📋 Changes

  • Error in Flip #34 - Thanks to @oshkop for reporting
Version 1.5.01.5.0
MilchreisMilchreis·6y ago·November 15, 2019
GitHub

📋 Changes

  • 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
  • + 2 more
Version 1.4.01.4.0
MilchreisMilchreis·7y ago·September 22, 2018
GitHub

📋 Changes

  • Blending two images #20
  • ASCII-Art #22
  • Pixelation area issue #23
Version 1.3.0v1.3.0
MilchreisMilchreis·8y ago·May 6, 2018
GitHub

📋 Changes

  • 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.01.2.0
MilchreisMilchreis·8y ago·February 3, 2018
GitHub

📋 Changes

  • Glitch effect
  • Brightness
  • Color-Shift
  • Quantization
  • Scanlines
  • Dithering
  • Sobel edge finding
  • Halftone
Version 1.1.01.1.0
MilchreisMilchreis·8y ago·January 10, 2018
GitHub

📋 Changes

  • Stacker
  • Pixelation
  • Example description
Version 1.0.0v1.0.0
MilchreisMilchreis·8y ago·January 6, 2018
GitHub

📋 Changes

  • Grayscale
  • Erosion and Dilation
  • Threshold (automatic and custom)
  • Gaussian blur (kernel size and sigma changeable)
  • Sharpen
  • Canny edge detection
  • Bloom effect
  • Automatic color balance
  • + 1 more