Today I Learned

hashrocket A Hashrocket project

πŸ–ΌπŸš Get image dimensions from a shell

The BSD file program can reveal image dimensions from a shell:

$ /usr/bin/file Assets/SearchBarWithShadow_icon.png
=> Assets/SearchBarWithShadow_icon.png: PNG image data, 140 x 140, 8-bit/color RGBA, non-interlaced
See More #command-line TILs