hi,
i noticed a minor difference between the documentation and the implementation of Image.Image()->scale();
according to the documentation, if scale() is given only one argument, it must be a float.
in reality it accepts an int as well as a float.
this is significant in the sense that one could assume that scale(5) is equivalent to scale(5, 0) because that is usually the case when the second argument is optional, whereas in this case it actually is equivalent to scale(5.0)
i prefer to assume that the documentation is wrong, but i would like to know if that assumption is correct.
greetings, martin.