Re: Pixel exact collision brush to brush
Posted: Tue Oct 03, 2023 12:48 pm
Btw, if you want to save memory for the software brushes you could also just store them as palette images instead of RGB images. This will reduce memory consumption by 75% because Hollywood only has to store width*height pixels instead of width*height*4 pixels.