mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
688dc2c6e8
The pngs could be generated from inkascape in a loop, though for reason X or Y, inkscape 0.91 refuse it. The command to generate the icns is iconutil -c icns -o ipynb.icns ipynb.iconset - yes the folder have to be named icon.iconset, because apple - yes the file icon_111x111@2x.png is the same than icon_222x222.png but the @2x make a difference on retina screen, because apple right now in **some conditions** the iconutils fails with out of memory. we should try to pngcrush some images. |
||
---|---|---|
.. | ||
icon_16x16.png | ||
icon_16x16@2x.png | ||
icon_24x24.png | ||
icon_24x24@2x.png | ||
icon_32x32.png | ||
icon_32x32@2x.png | ||
icon_48x48.png | ||
icon_64x64.png | ||
icon_64x64@2x.png | ||
icon_128x128.png | ||
icon_128x128@2x.png | ||
icon_256x256.png | ||
icon_256x256@2x.png | ||
icon_512x512.png | ||
icon_512x512@2x.png | ||
icon_1024x1024.png |