Home Technical Talk

Photoshop Smudge bug?

polycounter lvl 18
Offline / Send Message
Todd Dinosaur polycounter lvl 18
Smudge tool is adding color when it should be smudging only the available color right? Also the end result is noisy. Is it supposed to be that way?

Replies

  • EarthQuake
    This all makes sense. It's a simply matter of bit depth, with 8-bit images there are only so many colors available. If you didn't have noise, you would have gross stair stepping/banding instead which generally looks significantly worse.

    The reason you're seeing slight color noise there is that using a bit of color in a dithering algorithm means there are more potential values to use, again this helps avoid banding artifacts. A tiny bit of color noise will generally not be perceptible in most normal cases.

    You could try working in 16 bit color instead, that may change how the smudge tool works - just tried that and it looks like color noise isn't used in 16 bit.
  • Todd Dinosaur
    Offline / Send Message
    Todd Dinosaur polycounter lvl 18
    Yep. That 8-bit switch to 16-bit removed the additive color. Thank you.
Sign In or Register to comment.