jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Added conversion from PIL supported image to ico #61

Open Frozander opened 4 years ago

Frozander commented 4 years ago

This is simple change for accepting any kind of image that PIL supports by converting it to ico. I am aware that this might not be a needed change, so reject it at your will.

I am OK with doing any kind of change to the code if my implementation was not good enough