Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I think I've found a small error in the documentation:
In BaseBitmap.ScaleIt it lists the final argument as inprop. While using this:
inprop
orig.ScaleIt(newBitmap, intens=256, sample=True, inprop=False)
I got the following error: TypeError: Required argument 'nprop' (pos 4) not found
TypeError: Required argument 'nprop' (pos 4) not found
When I changed the argument to nprop, it worked.
nprop
Thanks.
Sorry for the late reply, thanks for notifying us,
This will be addressed in the next update of the documentation. Cheers, Maxime.
Hi,
This is solved in the last documentation update, see BaseBitmap.ScaleIt.
Cheers, Maxime.