City-of-Bloomington / media-manager

Web application for organizing and hosting large numbers of photos and videos.
Other
1 stars 1 forks source link

Interface for cropping derivatives #30

Open inghamn opened 9 years ago

inghamn commented 9 years ago

Sometimes the derivative we want will be a different aspect ration from the original. We want a way for users to specify the bounding box to crop the original image.

We've seen some Javascript libraries that does this sort of thing.

We'll need to pass the chosen bounding box to the ImageMagick cropping function.

inghamn commented 9 years ago

29

If we add support for uploading custom files for derivatives, then this issue is not as important.