source: other-projects/tipple-android/tipple-standalone/assets/GENERATE-ICONS.sh@ 29200

Last change on this file since 29200 was 29200, checked in by ak19, 10 years ago

Primary sources for generating about-page image and app icons

  • Property svn:executable set to *
File size: 336 bytes
Line 
1#!/bin/bash
2
3
4convert tipple_eab_about320.png -resize 200 drawable-xhdpi/tipple_eab_icon.png
5convert tipple_eab_about320.png -resize 150 drawable-hdpi/tipple_eab_icon.png
6convert tipple_eab_about320.png -resize 100 drawable-mdpi/tipple_eab_icon.png
7convert tipple_eab_about320.png -resize 75 drawable-ldpi/tipple_eab_icon.png
8
9
10
11
12
Note: See TracBrowser for help on using the repository browser.