We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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
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.