Dissecting the Photoshop "stamp" filter
July 10, 2009 9:34 AM Subscribe
I'd like to programmatically recreate the Photoshop stamp filter - does anyone know how to dissect what the stamp filter is doing?
The Photoshop settings I'm using with the Stamp filter are: Light/Dark Balance set to 25 and Smoothness set to 5. I'd like to be able to recreate this effect without using Photoshop, but I'm not really sure what's going on under the hood. Any thoughts or pointers would be much appreciated. Thanks!!
posted by BugsPotter to computers & internet (4 answers total)
The smoothness is pretty analogous to adding a blur on the image before doing the other processing, but if you throw smoothness all the way up, you can get grays in your output, which posterize wouldn't do.
posted by beerbajay at 10:45 AM on July 10, 2009