mediafinger / yournaling

An app to journal, to link memories, photos, locations and combine them to a travel log
Other
0 stars 0 forks source link

Validate image dimensions #28

Closed mediafinger closed 7 months ago

mediafinger commented 7 months ago

Add validation for image min and max dimensions.

Still missing: allowed aspect ratios - ideally something like width / height must be between 2/3 to 3/2...

Currently only the already converted (downsized) image is validated - which makes this somewhat useless.