I’m trying to mask an image with a different color than black. So I use maskimage 200,100,200, this works fine, but then my image is too small so I use scaleimage 2, 2, but when I do that it still has a pinkish outline, so my maskimage didn’t work…to my needs anyway, can I fix this?
Maskimage help
BlitzPlus Forums/BlitzPlus Beginners Area/Maskimage help make sure not to use anti-aliasing on the masked edge.
Check the TFormFilter commands in the docs, they may help with this when scaling the image.
Thanks, TFormFilter is exactly what I needed.