Consider a site (e.g. Facebook) where an profile picture is of a fixed
width (W), but cannot exceed a certain height (H). This requires a cropper
than limits the crop to any ratio R such that R <= W/H.
This can be presented the user as an option to allow the ratio to be
"wider", "taller" or "exactly the same" as the given value.
Attached patch implements this as a initialisation option "ratioType".
Original issue reported on code.google.com by ejsand...@gmail.com on 13 Nov 2009 at 9:57
Original issue reported on code.google.com by
ejsand...@gmail.com
on 13 Nov 2009 at 9:57Attachments: