https://github.com/cvan/country-flag-icons
pretty country flags
https://github.com/cvan/country-flag-icons
Last synced: 5 months ago
JSON representation
pretty country flags
- Host: GitHub
- URL: https://github.com/cvan/country-flag-icons
- Owner: cvan
- Created: 2014-01-07T05:33:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T00:32:15.000Z (over 12 years ago)
- Last Synced: 2025-03-24T09:50:17.713Z (about 1 year ago)
- Size: 11.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# country-flag-icons
A collection of country flags that have been resized and compressed for your
webby use.
[
](http://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
## How was it made?
The images were first stolen without permission from
[Bartelme Design's Flag Button Devkit](http://www.bartelme.at/journal/archive/flag_button_devkit/)
and then the images were optimised.
### Images were resized
Install imagemagick:
brew install imagemagick
And run this from your shell:
pushd original && for f (*.png) { convert -resize 48x48 $f ../small/$f } && popd
### Image were compressed
Install pngquant:
brew install pngquant
And run this from your shell:
pushd small && for f (*.png) { pngquant $f && rm $f && mv $f:s/.png/-fs8.png/ $f } && popd
## What do they look like?
This:



























































































































































































































































































































