logic in threshold

In photoshop when a threshold is 0 all is white. If the threshold increases then more and more black will show.

Is this the common way to go? Like is there logic in it or could it also be inverted?

Answers

  • edited May 2014

    The threshold of what exactly? Do you have some example code that demonstrates what you're asking about?

  • When you set threshold to 0, its actually using the grey scale image pattern to do so. In this particular case the value is set to be 255 i.e. white. When you increase the threshold, you are actually decreasing the gray scale to 0 which is total black.

    Hope this might answer what you were asking.

Sign In or Register to comment.