Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WIN: Show Focus Point display has unsharp/blurry image or even aborts ("Export to disk failed. No thumbnail received"). #199

Closed
capricorn8 opened this issue Jan 26, 2025 · 0 comments

Comments

@capricorn8
Copy link
Collaborator

On Windows, when the plugin is invoked in Develop mode (File -> Plugin Extra -> Show Focus Point), it can happen that

  1. the focus point is displayed on an unsharp/blurry image, or
  2. the focus point window does not even come up but an error message instead "Export to disk failed. No thumbnail received"

Reason:
The windows implementation of the plugin uses a function of the Lightroom SDK (photo:requestJpegThumbnail) that returns a preview image of the selected photo. Previews get created / loaded only in Library module.

  1. When Lightroom is started with empty caches, and the plugin is invoked for a photo in Develop module, for which the preview has not been created but not yet loaded, the Focus Point Viewer will display a blurry image.
  2. When an image is cropped and a new preview has not been created, invoking the plugin in Develop module will cause an error message: "Export to disk failed. No thumbnail received"

Workaround:

  • if any of the two situation happens, switch to Library module for a short moment (preview gets created) then back to Develop module.

Alternatively, you can avoid these issues altogether if you do not invoke the plugin in Develop module but only in Library module.

capricorn8 added a commit to capricorn8/Focus-Points that referenced this issue Jan 27, 2025
Only on WIN: when launched in Develop module switch to Library loupe view so that a preview can be generated if none exists. Return to Develop after plugin window is closed.
capricorn8 added a commit to capricorn8/Focus-Points that referenced this issue Jan 27, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant