sorry i\'m a beginner and i can\'t determine how good a question this is, maybe it sounds utterly obvious to some of you.
I can tell GDB to return from a function immediately with return, and call a function with call myFunction.
I have two BitmapData objects with alpha channels. I\'d like to combine them into a single one by using max(channel_image_one, channel_image_two) for each channel, including the alpha. Is there an eas