zmconnelly / windows-icons

A simple library to extract icons from files on Windows
MIT License
5 stars 2 forks source link

Support for Different Thumbnail Sizes Based on View Mode #1

Open FyrGlow opened 2 weeks ago

FyrGlow commented 2 weeks ago

Support for Different Thumbnail Sizes

Description:
I would like to request a feature to allow users to select different thumbnail sizes (small, medium, large) when retrieving icons with this crate. Currently, there is no option to adjust sizes based on the user's view mode.

Use Case:
In Windows File Explorer, icons are displayed in various sizes depending on the view mode. Supporting different sizes would improve the integration of this crate with applications that interact with the file system.

Proposed Solution:

Thank you for considering this request!

Sample picture: c6e48a1379f79bb6b4f2b98f72d45d99 [list] a599f2868b63f0110ae8a63fa537443f [small] eba8b3fa010c9497c3df22f8a08e23f3 [medium] 86fb4540ade6c2142a11e1d59d588750 [large] 2e18cd73a839a48e9c66253ade06780e [super]

zmconnelly commented 1 week ago

Great idea, that would we awesome! I don't have the bandwidth to work on it currently, but if you want to take a crack at it be my guest!