Nyx0uf / qlImageSize

QuickLook and Spotlight plugins to display the dimensions, size and DPI of an image in the title bar instead of the filename. Also preview some unsupported formats like WebP & bpg.
MIT License
1.19k stars 66 forks source link

Any way to remove extension overly on thumbnails in Finder for common filetypes? #14

Closed zikman23 closed 9 years ago

zikman23 commented 9 years ago

Is there any way to have it so it doesn't overlay the extension for all the common image filetypes, and just the ones that are not natively supported? I tried poking around in the code but couldn't figure it out.

Nyx0uf commented 9 years ago

It's possible, you need to edit the GenerateThumbnailForURL.m file and add a condition for the properties dictionary to meet your wish.

Don't submit a PR though because I won't merge it, I like it as it is.