Skip to main content
Participating Frequently
November 5, 2023
Question

Get size of exported image in plugin

  • November 5, 2023
  • 1 reply
  • 100 views

Hello
I have written a plugin with the  LrExportFilterProvider method. It is working well but now I want to do some enhancements to it.


Is there wa way to find out what size the exported picture actual has become? 

Or is there at least a way to find out what picture size was set by the user in the main export dialogue?

 

At the moment I use the exiftool cmd but I want to get rid of this external crutch.

This topic has been closed for replies.

1 reply

johnrellis
Legend
November 5, 2023

"a way to find out what picture size was set by the user in the main export dialogue?"

 

I've never played in that part of the SDK. But reading the SDK Guide and the API reference, the LrFilterContext and LrExportContext objects contain the field "propertyTable", which contains the export settings selected by the user and any plugin filters in the export stack.