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:
Add an option to existing functions to specify the desired thumbnail size (e.g., ThumbnailSize::Small, ThumbnailSize::Medium, ThumbnailSize::Large ... ).
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:
ThumbnailSize::Small
,ThumbnailSize::Medium
,ThumbnailSize::Large
... ).Thank you for considering this request!
Sample picture: [list] [small] [medium] [large] [super]