I would appreciate a feature to allow Image Meters to accept images from memory that aren't pre-written to the hard drive as .ico or .png images. For example, being able to set an .EXE, .LNK, or .URL file path as the ImageName parameter, and have its icon used as the image.
It would be particularly useful in FileView, as it would mean that .ico files would no longer need to be written to the skin's folder - Which currently causes a noticeable lag while waiting for the write to complete, especially while scrolling up/down a list.
Screenshot 2022-03-24 065421.png
Brian, if you're out there - Alternatively, an option within FileView to save the .ico file as the name of the file/shortcut, that can be re-used rather than overwriting itself each time the icon is accessed.
eg.
Instead of saving files as
The output would be
Code: Select all
Adobe Photoshop 2016.lnk.ico
New text document.txt.ico
My expense report.xlsx.ico
Then FileView checks if a matching icon name exists to the file/folder name, and if so, uses that as its output, rather than processing the icon. Icons would then only need to be processed the first time that file/folder name occurs, or if that file/folder is renamed. And to do a hard-reset on the icon images to force them all to be processed again, you'd just have to run [del /f "#CURRENTPATH#*.ico"]
If you're not up for this, I would love to take a stab at the code and see if I can accomplish this.
You do not have the required permissions to view the files attached to this post.