luckyrat / KeePass-Favicon-Downloader

A KeePass plugin that downloads and stores favicons. A favicon is the little icon / logo used to identify many websites, typically displayed in the browser's address bar, bookmark list and on tabs.
70 stars 19 forks source link

Downscale massive PNG files #13

Open luckyrat opened 9 years ago

luckyrat commented 9 years ago

E.g. the 100x100 "icon" at http://www.bloomthat.com/

kabili207 commented 9 years ago

Considering the recent addition of high resolution custom icons in KeePass 2.29, it might be better not to downscale the images if the user is running this version.

In fact, it may be a good idea to add support for apple-touch-icons since these are by nature larger than most favicons.

luckyrat commented 9 years ago

Both good points.

There are probably other enhancements that can come about for KeePass 2.29+ but there are two things that mean I can't work on that for the foreseeable future:

  1. I just don't have enough spare time to dedicate much to this project at the moment
  2. Getting the new code to work for both old and new KeePass is probably going to be painful - it's not actually possible to use the new APIs in 2.29 without crashing for all users of older versions unless we use reflection which is never fun or robust (especially not while retaining support for .NET 2)