SDK Generate thumbnails with exact dimensions
For uploading thumbnails from Lightroom to a cloud service, I need to send images with exact dimensions, atleast one dimension should have the exact size.
I experimented with photo:requestJpegThumbnail( 400, 400 ... but, as the documentation states, the resultant thumbnail might be bigger. So that doesn't work for me.
For now I'm using the ExportService and that works, but this seems like overkill to me.
Question: is there a different method to generate thumbnails in Lightroom using the SDK with the exact size?
It could be that more than a thousand images need to be uploaded.