Recent

Author Topic: Question about TBGRAColorQuantizer  (Read 4307 times)

stab

  • Full Member
  • ***
  • Posts: 234
Question about TBGRAColorQuantizer
« on: January 07, 2022, 04:53:10 pm »
Hi,

Am trying to make a program to extract elevation curves from a topographical map and need to reduce image colors. Would like to use TBGRAColorQuantizer but can't figure out how to use it and especially determine number of colors for a reduced image.
Is there some more comprehensive tutorial on how to use TBGRAColorQuantizer

Thanks in advance for any help

stab %)
« Last Edit: January 07, 2022, 04:55:56 pm by stab »

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Question about TBGRAColorQuantizer
« Reply #1 on: January 08, 2022, 12:49:06 pm »

circular

  • Hero Member
  • *****
  • Posts: 4217
    • Personal webpage
Re: Question about TBGRAColorQuantizer
« Reply #2 on: January 08, 2022, 10:10:48 pm »
Not sure what you mean by "determine number of colors for a reduced image"?
Conscience is the debugger of the mind

stab

  • Full Member
  • ***
  • Posts: 234
Re: Question about TBGRAColorQuantizer
« Reply #3 on: January 10, 2022, 11:09:27 am »
Hi,

Thanks for answering.
Looking at posts regarding your quantizer, I got the impression that it  reduced to a determined amount of colors i.e 256 colors. In my ambition to extract elevation curves, mentioned in my first post, I think I might need to try different numbers of colors in the resultant image. Have read your tutorials on BGRABitmap(excellant), but about the quantizer I didn't find too much. Perhaps I'm just too stupid to understand how to use it to it's full potential.

circular

  • Hero Member
  • *****
  • Posts: 4217
    • Personal webpage
Re: Question about TBGRAColorQuantizer
« Reply #4 on: January 29, 2022, 12:40:26 pm »
Hello again,

You can change the number of colors to be used by accessing ReductionColorCount of the quantizer object. Thus try different values.

You can know the number of colors in the original image with the SourceColorCount property.

Would that help you achieve what you would like?
Conscience is the debugger of the mind

stab

  • Full Member
  • ***
  • Posts: 234
Re: Question about TBGRAColorQuantizer
« Reply #5 on: January 29, 2022, 02:07:03 pm »
Thank your, I think that will let me do what I'm trying to achieve

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Question about TBGRAColorQuantizer
« Reply #6 on: January 29, 2022, 03:32:12 pm »
Hi!

I made a little example:

It creates a HSL gradient and reduce it to 8 x 8 x 8 = 512 Colors.

Project and screenshot attached

Winni


stab

  • Full Member
  • ***
  • Posts: 234
Re: Question about TBGRAColorQuantizer
« Reply #7 on: January 29, 2022, 04:27:18 pm »
Thank you also Winni, I'll tested your app

 

TinyPortal © 2005-2018