-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.CR2 files incredibly dark for a while, .CR3 files not shown at all #760
Comments
The dark image you saw in the first seconds is the thumbnail extracted from the CR2 file. QuickLook uses Exiv2 to extract thumbnails and does not perform postprocessing: the dark thumbnail is from the original CR2, and I'm not able to fix that. The same applies to CR3, which is not supported by Exiv2. I can add the support to QL but you have to wait for a few seconds to see the full image. |
You can try out the CR3 previewing here: https://ci.appveyor.com/project/xupefei/quicklook/builds/35813695/artifacts |
Thank you for clarifying this, however the thumbnail is not as dark (I would have problem with photos like that) at all and it was actually working well before (not sure when sadly), so I was just surprised that it now takes seconds to show proper picture. So unfortunately now I have to use xnview more, which is a few more clicks to close than just a spacebar. |
* Update Translations.config * Update Translations.config * Update Translations.config * Create Privacy.md * Rename Privacy.md to PRIVACY.md * Update PRIVACY.md * Update PRIVACY.md * Fix QL-Win#579: search box changed in Windows 10 1909 * Fix QL-Win#579: also deal with non-English UIs * don't bring existing window to the front * Revert "Fix QL-Win#644: still use focusable window on Windows 7 and 8" This reverts commit 452574e. Revert "Fix QL-Win#644 step 1: correctly bring window back to top when clicked" This reverts commit af608dc. * Fix QL-Win#401: use the native image provider to render static GIFs * Update Translations.config Hungarian language added. * Fix QL-Win#669: convert image to sRGB only when the original ColorSpace is RGB, sRGB, or scRGB * Upgrade Magick.NET packages * Fix QL-Win#669 again: stupid syntax mistake :( * Bulk update NuGet packages * Update Translations.config Typo correction on line 61 and 69. Fixing slight translation mistakes and some words also replaced with more commonly used words. * Support File Path longer than 260 (tweak needed: https://www.tenforums.com/tutorials/51704-enable-disable-win32-long-paths-windows-10-a.html) * Add EXR to ImageViewer * Add MXF to VideoViewer * Decrease update checking frequency to monthly * Fix QL-Win#715: add 1s timeout before any previewing request * Fix QL-Win#711: adjust UI before loading any PDF page * Fix QL-Win#729: add a config flag to hide the tray icon * Fix QL-Win#731: use app folder for saving data in the portable mode * Fix QL-Win#733: detect Markdown encoding * Fix QL-Win#734: add AVIF format * Update .appveyor.yml * added german translation for newly added string * fix a typo * Fix QL-Win#744: Components are not correctly disposed upon exit * Fix QL-Win#477: Add JFIF files * Update bug_report.md * typo * Fix QL-Win#420, QL-Win#452, QL-Win#757: windows positioning for monitors with different DPIs * Update Common to fix plugin resize * Fix QL-Win#759: fix thumbnail orientation for some camera models * Fix QL-Win#760, support CR3 * removed dup of ".asf" and added ".mka" for testing Co-authored-by: Piteriuz <[email protected]> Co-authored-by: Pengfei Xu <[email protected]> Co-authored-by: Bobcruise <[email protected]> Co-authored-by: davinhanif <[email protected]> Co-authored-by: Alexander Raab <[email protected]>
QuickLook is not working for Canon RAWs as it should, they are either incredibly dark for several seconds (.cr2), or just show info and not the picture (.cr3). Checked with Nikon and those work as intended
I also have installed RAW image extension from windows store for .cr3 support
Desktop (please complete the following information):
.cr2
![image](https://user-images.githubusercontent.com/21099343/96365189-1225a180-113f-11eb-8fb8-697c9cd20f4d.png)
.cr3
![image](https://user-images.githubusercontent.com/21099343/96365120-a2171b80-113e-11eb-9bb7-1496a0e96ab6.png)
The text was updated successfully, but these errors were encountered: