image-process
image-process copied to clipboard
fix incorrect cropping transformation documentation
I was getting a vague error of 'NoneType' object is not subscriptable and it turned out it was because my thumbnail cropping settings were out of the expected range.
It appears the cropping values are expecting the format x1, y1, x2, y2 but the documentation listed y1, x1, x2, y2.