-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
From @adamboche on May 27, 2017 23:54
Copied from original issue: voteview/WebVoteView#290
As per Alicia Parlapiano at the NYT, some images sometimes look rough when displayed small because the congressperson's face is too small relative to the overall picture canvas. We should, thus, provide alternate thumbnail versions in these cases which are cropped.
To do this, we would have to:
- Use face detection to figure out what percentage of the frame the face takes up
- If it is below a threshold, produce a cropped version
- Identify images that should be thrown out because they give us nothing to work with.
- Potentially offer a second set of photos altogether designed for small icon sized display.