Updated native-image.md
Add a mention of the support for .ico files on Windows
This commit is contained in:
parent
ab1b4c46b2
commit
c495088390
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,10 @@ var appIcon = new Tray(image);
|
||||||
|
|
||||||
## Supported formats
|
## Supported formats
|
||||||
|
|
||||||
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG`
|
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG` because
|
||||||
because of its support for transparency and lossless compression.
|
of its support for transparency and lossless compression.
|
||||||
|
|
||||||
|
On Windows, you can also load `ICO` icon from a file path.
|
||||||
|
|
||||||
## High resolution image
|
## High resolution image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue