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
{{ message }}
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
smurphy8 edited this page Jul 28, 2016
·
4 revisions
Constants, Colors and Sizes Oh My!
Thumbnail Size
The thumbnail size on the visuals page is a proportional 761 x 285
If you download imagemagik you can convert an image to this size with a bash
command...
convert ./incoming.png -resize 761x285 ./incoming-thumb.png .
It will constrain the image according to which ever dimension requres the smallest scaling to
reach one of the given dimensions. i.e. rectangular images will end up with a width of 761, while
vertical will end up with a height of 285.