Updated native-image.md

Add a mention of the support for .ico files on Windows
This commit is contained in:
Eran Tiktin 2015-08-08 19:08:09 +03:00
parent ab1b4c46b2
commit c495088390

View file

@ -21,8 +21,10 @@ var appIcon = new Tray(image);
## Supported formats
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG`
because of its support for transparency and lossless compression.
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG` because
of its support for transparency and lossless compression.
On Windows, you can also load `ICO` icon from a file path.
## High resolution image