Change/Add command for DrawImage
Posted: Fri Jun 21, 2013 7:12 pm
(Nearly) all PB functions working with images are using the image number but not the image ID (CopyImage, CreateImage, Grabimage etc.). Wouldn't it be nice to see all functions doing it the same way? I'm using PB for a quite while, so I handle these functions the right way, but I still find it a little bit irritating...
I know, this is a radical change and would need a lot of work adapting old source codes. To reduce this problem, two functions for the same thing (e.g. DrawImage/DrawImageID) could be an idea. Of course, everyone could write his own macros doing the job, but then all these things have to be added to each snippet in the forum etc.
I know, this is a radical change and would need a lot of work adapting old source codes. To reduce this problem, two functions for the same thing (e.g. DrawImage/DrawImageID) could be an idea. Of course, everyone could write his own macros doing the job, but then all these things have to be added to each snippet in the forum etc.