i wonder if ..
can "everything" display 512*512 thumbnails using any external plugin or dll file ??
this will be super helpful with large 4k and 5k screens
thanks
void wrote: Sat Oct 22, 2022 11:06 am
Please note that each thumbnail will consume 768 KB of ram.
max_thumbnail_size
thumbnail_load_size
void wrote: Sat Oct 22, 2022 10:58 pm Everything stores thumbnails in RAM.
Thumbnails are freed from RAM when you close your Everything search window.
Everything stores the thumbnails as 32 bit.
128x128 = 64KB
256x256 = 256 KB
512x512 = 1MB
1024*1024 = 4MB
Everything uses the system to gather thumbnails.
Either with IShellItemImageFactory::GetImage or IExtractImage::Extract
The system will cache the thumbnails on disk under:
C:\Users\<your-user-name>\AppData\Local\Microsoft\Windows\Explorer
There are some weird size limits with the system cache that (AFAIK) cannot be adjusted.
To improve thumbnail loading performance, please try increasing your request_extra_fileinfo_end:
- Copy and paste the following into your Everything search box:
/request_extra_fileinfo_end=64- Press ENTER in your Everything search box.
- If successful, request_extra_fileinfo_end=64 is shown in the status bar for a few seconds.
- (where 64 is the number of offscreen items you would like to preload)