Create transparent background PNG for mostly whitish
Posted: 2009-01-15T15:25:11-07:00
I have images that I am converting to PNG with transparent backgrounds. Sadly, their current background is not always pure white: sometimes it's almost white.
Can I specify a range of colors that I want to be transparent in one operation?
Ideally, I want to specify an color increment. I.M. would start at the upper-left pixel's color and check "inwards" from all sides looking for adjacent pixels that are different by that increment, and would make that the border between the transparent background and the (visible) image subject.
Any ideas ?
Can I specify a range of colors that I want to be transparent in one operation?
Ideally, I want to specify an color increment. I.M. would start at the upper-left pixel's color and check "inwards" from all sides looking for adjacent pixels that are different by that increment, and would make that the border between the transparent background and the (visible) image subject.
Any ideas ?