Processing Imageprocessing Versions Save

Collection of basic image processing algorithms for processing

latest

3 years ago

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

1.6.0

4 years ago

New

  • PaletteMapping #32
  • RetroConsole effect (Gameboy) #32

Fixes

  • TiltShift: Error with pixelDensity() (Thanks @cristianvogel and @jeremydouglass for reporting #36)

1.5.1

4 years ago

Fixes

  • Error in Flip #34 - Thanks to @oshkop for reporting

1.5.0

4 years ago

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

1.4.0

5 years ago

New

  • Blending two images #20
  • ASCII-Art #22

Fixes

  • Pixelation area issue #23

v1.3.0

6 years ago

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)

1.2.0

6 years ago

New

  • Glitch effect
  • Brightness
  • Color-Shift
  • Quantization
  • Scanlines
  • Dithering
  • Sobel edge finding
  • Halftone

1.1.0

6 years ago

New

  • Stacker
  • Pixelation
  • Example description

v1.0.0

6 years ago

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)