Subject: | methods that return a new image should warn in void context |
The scale() method was modified to warn when called in scalar context,
other methods that return the result image should do the same.
ie.
convert()
crop()
copy()
rotate()
matrix_transform()
to_paletted()
to_rgb8()