issues
search
ninapavlich
/
django-imagekit-cropper
Allow users to manually specify image variant crops
MIT License
22
stars
4
forks
source link
TODO: Add unit tests
#7
Open
ninapavlich
opened
9 years ago
ninapavlich
commented
9 years ago
Example Tests:
Verify that a null crop value and 0,0,0,0 yields the expected result
Verify that a crop value that's larger than the source image yields the expected result
Verify that the math/logic is correct for a series of crops performed on landscape and portrait images
etc
Example Tests: