ReplaceImageColor(old,new)
Posted: Mon Oct 01, 2018 7:29 am
I'd like to see a new image command that would instantly (quickly) replace all specific pixel colors in an image with another, without having to do it manually in a loop (which is far too slow for large images!).
I'd love to see it used as simply as this:
Reason for this request: viewtopic.php?f=13&t=71497&p=527671 
I'd love to see it used as simply as this:
Code: Select all
If StartDrawing(ImageOutput(i))
ReplaceImageColor(#Red,#Blue)
StopDrawing()
EndIf
