[Closed] Overlay bitmaps
Is there a maxScript function that allows you to overlay one bitmap on another using the second bitmap’s alpha channel?
I need to do this rather frequently so a built in function would be prefered, but if there is a fast way to implement it in script please let me know.
The fastest I can implement this in script is 16ms on a 168×24 image.
Thanks.
Check out Larry’s Avguard Extensions. I asked him for some bitmap copy and paste methods when I was working on TreeMatoGraph. I am pretty sure there were some masking options, plus you can copy parts of one image into any location of another without using getPixels…
Thanks Bobo, I’ll check it out
BTW, while I have your attention I see that the maxScripting environment is getting a bit of an overhaul, the mxs Debugger being the first half (according to the new maxScript documentation), is the second half going to be part of an extension or is it going to be part of max 9? Are you at liberty to say?
I cannot answer this because I don’t know what will happen in the future.
But since adding new dev. tools like a new Visual Studio-like editor complete with break points and all would mean huge core changes, I would guess next major release. But this is based on logic, not on insider knowledge.