Skip to content

Releases: ImageProcessing-ElectronicPublications/gimp-plugin-colors-threshold

bayer8

25 Sep 01:53
Compare
Choose a tag to compare

Adaptive Bayer8 (pattern 7): Instead of splitting the scale evenly, the levels are taken from HistBiMod.

dot8

24 Sep 18:14
Compare
Choose a tag to compare

Adaptive Dots8 (pattern 6): Instead of splitting the scale evenly, the levels are taken from HistBiMod.

dalg

20 Apr 06:13
Compare
Choose a tag to compare
  • D-algorithm aka pattern 8.

bayer

04 Mar 06:06
Compare
Choose a tag to compare
  • added odith (D.E. Knuth), dots8 and bayer8.

c

03 Feb 02:26
Compare
Choose a tag to compare
c
  • c implementation

fix

09 Jun 16:22
Compare
Choose a tag to compare
fix
  • fix list index out of range

dith and quant

13 May 17:10
Compare
Choose a tag to compare
  • added dith (Knuth D.E. dither matrix)
  • added quant (based of William Bell)

using histogram for average colors

13 Mar 18:33
Compare
Choose a tag to compare
  • offset adjustment: delta argument
  • alignment fixed
  • renamed Gray to Median
  • using histogram for average colors

channels threshold

27 Mar 19:00
Compare
Choose a tag to compare
  • replaced foreground by channels threshold

simplify

26 Mar 19:50
Compare
Choose a tag to compare
  • reduce multiplication operations
  • replacing threshold search with thresholden histogram
  • gray level between thresholds