image help...yeah, it's me...AGAIN

Blitz3D Forums/Blitz3D Beginners Area/image help...yeah, it's me...AGAIN

I created a mouse image cause im running on full screen. the mouse image follows the mouse, the only problem is that I've got excess white pixels, forming a box around the mouse. Is there any way i can stop that? (if there's a command to alpha pixels of a certain color, i could REALLY use that :D)

ok...i found maskimage...it is only masked blotches of pixels, most of the white is still there. (no, i made sure the image wasnt anti-aliased upon saving, there's white that should be erased by the maskimage command)

Save your mouse image in lossless PNG or BMP format.

If you use JPG, you'll get compression artifacts, which although they look white - aren't. Which is why you can still see them.

... and check for defringe.exe somewhere on these forums which might help.

thanks, i'll try that