Skip to content

Releases: ImageProcessing-ElectronicPublications/noteshrink-c

average

19 Jan 19:21

Choose a tag to compare

  • fix average colors in KMeans

char

18 Jan 05:03

Choose a tag to compare

  • go to from (NSHRgb*) to (unsigned char*).

less

06 Jan 06:52

Choose a tag to compare

  • less bad way to deal with color loss in KMeans

io

30 Dec 04:38

Choose a tag to compare

io
  • fix stb no read/write image
  • fix loss of colors in the palette

check

28 Dec 15:32

Choose a tag to compare

  • malloc check
  • use stderr
  • HSV check float

only

28 Dec 06:55

Choose a tag to compare

  • only C, not C++
  • HSV functions are reduced to a general form
  • 1% reduction in execution time

fast

28 Dec 05:22

Choose a tag to compare

  • return C++ -> C = (time *= 0.75, objsize *= 0.6)
  • no vector
  • no namespace

despeckle

27 Dec 18:01

Choose a tag to compare

  • revision API
  • add radius despeckle FG mask in options

norm

27 Dec 14:21

Choose a tag to compare

  • separated API: palette create, apply, modify.
  • strip code
  • input options check
  • added option normalize value palette

saturate

26 Dec 19:02

Choose a tag to compare

  • return palette and indexs -> correct saturate palette
  • added quiet mode