You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aaronrudkin
changed the title
Crop the member photos in places where they are small, like the vote and party pages. The zoomed out versions look ok on the individual member pages since the size is bigger.
Provide alternate, cropped photo for small displays
Aug 11, 2018
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:
The text was updated successfully, but these errors were encountered: