OSCAR-code/Building/Icons/README

13 lines
523 B
Plaintext
Raw Normal View History

Windows .ico file should contain 16x16, 32x32, 48x48, and 256x256 images.
MacOS .icns file should contain:
Icon size (@1x) Icon size (@2x)
512px <20> 512px (512pt <20> 512pt @1x) 1024px <20> 1024px (512pt <20> 512pt @2x)
256px <20> 256px (256pt <20> 256pt @1x) 512px <20> 512px (256pt <20> 256pt @2x)
128px <20> 128px (128pt <20> 128pt @1x) 256px <20> 256px (128pt <20> 128pt @2x)
32px <20> 32px (32pt <20> 32pt @1x) 64px <20> 64px (32pt <20> 32pt @2x)
16px <20> 16px (16pt <20> 16pt @1x) 32px <20> 32px (16pt <20> 16pt @2x)