This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A Drink or Two | |
Fussy Vodka | |
Fussy Water | |
As Fussy as it Gets | |
This is not the show | |
University is a nice step down | |
Progressive and Exciting | |
Beyond the scope of this show |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ImageDecomp[2567] <Warning>: Flower_128x96.png (Crushed PNG) init: 5 ms decompress: 10 ms draw: 1 ms total 16 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (PNG) init: 5 ms decompress: 10 ms draw: 1 ms total 15 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 10%) init: 4 ms decompress: 2 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 20%) init: 4 ms decompress: 2 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 30%) init: 5 ms decompress: 2 ms draw: 1 ms total 8 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 40%) init: 4 ms decompress: 3 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 50%) init: 4 ms decompress: 3 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 60%) init: 4 ms decompress: 3 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 70%) init: 4 ms decompress: 3 ms draw: 1 ms total 7 ms | |
ImageDecomp[2567] <Warning>: Flower_128x96.png (JPG 80%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ImageDecomp[12201] <Warning>: Flower_128x96.png (Crushed PNG) init: 6 ms decompress: 6 ms draw: 0 ms total 13 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (PNG) init: 3 ms decompress: 7 ms draw: 0 ms total 10 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 10%) init: 3 ms decompress: 1 ms draw: 0 ms total 5 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 20%) init: 3 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 30%) init: 3 ms decompress: 3 ms draw: 0 ms total 6 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 40%) init: 2 ms decompress: 1 ms draw: 0 ms total 4 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 50%) init: 3 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 60%) init: 3 ms decompress: 3 ms draw: 0 ms total 6 ms | |
ImageDecomp[12201] <Warning>: Flower_128x96.png (JPG 70%) init: 2 ms decompress: 2 ms draw: 0 ms total 5 ms | |
ImageDecomp[12201] <Warning>: Flower_128 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ImageDecomp[6443] <Warning>: Flower_128x96.png (PNG) init: 2 ms decompress: 2 ms draw: 0 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 10%) init: 2 ms decompress: 1 ms draw: 0 ms total 4 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 20%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 30%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 40%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 50%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 60%) init: 2 ms decompress: 1 ms draw: 0 ms total 3 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 70%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 80%) init: 2 ms decompress: 2 ms draw: 1 ms total 5 ms | |
ImageDecomp[6443] <Warning>: Flower_128x96.png (JPG 90%) init: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Pass in the name of the source file to resize as a command line argument | |
# More information here: http://bit.ly/NlHBqL | |
mkdir -p icon.iconset | |
convert $1 -resize 16x16 icon.iconset/icon_16x16.png | |
convert $1 -resize 32x32 icon.iconset/[email protected] | |
convert $1 -resize 32x32 icon.iconset/icon_32x32.png | |
convert $1 -resize 64x64 icon.iconset/[email protected] | |
convert $1 -resize 128x128 icon.iconset/icon_128x128.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To be placed at the top of any source file dealing with In-App Purchase: | |
------------------------------------ | |
.8 | |
.888 .---. | |
.8888' | | | |
.8888' . / ' , | | | |
888' ." ". `---' |