Skip to content

Releases: Milchreis/processing-imageprocessing

Version 1.6.0

09 Apr 20:05
Compare
Choose a tag to compare

New

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

Fixes

Version 1.7.0

19 Dec 10:10
Compare
Choose a tag to compare

New

Version 1.5.1

06 Dec 18:54
Compare
Choose a tag to compare

Fixes

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

Version 1.5.0

15 Nov 17:10
Compare
Choose a tag to compare

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

22 Sep 20:08
Compare
Choose a tag to compare

New

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

Fixes

  • Pixelation area issue #23

Version 1.3.0

06 May 09:26
Compare
Choose a tag to compare

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

03 Feb 22:39
03a339b
Compare
Choose a tag to compare

New

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

Version 1.1.0

10 Jan 20:32
72270eb
Compare
Choose a tag to compare

New

  • Stacker
  • Pixelation
  • Example description

Version 1.0.0

06 Jan 21:39
Compare
Choose a tag to compare

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)