I am trying to convert all colors that are close to black - within a threshold - to completely black. For example, in RGB terms, colors with all components less than 50 become (0,0,0). I know this can be done in GIMP per the link below but does anybody know of a way this can be done in PHP?