You are not logged in.
Pages: 1
From the documentation of the API, I can't seem to find a way to download (or get a URL for) an asset at a specific download size AND supply the DPI.
I am currently using:
Search_GeneralSearch
to return a list of assets.
Then loop through these assets and pass them one by one to:
Downloads_PublishAssetByDownloadSize
Passing in the assetID and the downloadSizeId.
However, this does not allow for me to supply the DPI.
Is there a way of doing this? And if there is, is there also a way of doing this with multiple assets at once, rather than having to call them individually?
Thanks in advance.
Paul
Offline
Hi Paul,
I'm afraid it isn't currently possible to do this - the Publishing feature was designed around web usage, where the DPI metadata is irrelevant. Can you expand on what it is that you need to specify this for?
Kind regards,
Dominic
Offline
Hi,
It's for a web to print solution.
The web to print solution needs to know the size of the image in pixels and the DPI in order to know what maximum physical size it can be printed at safely.
I appreciate being able to actually set the DPI is kind of irrelevant in this scenario, but it's necessary to know at what DPI the image has been created even if it's a default, unchangeable one.
Is there a default DPI that is produced by this function or the Downloads_GetLink function?
Kind regards,
Paul
Offline
Hi Paul,
Downloads.GetLink is being updated to support specification of DPI - although this has not yet been released.
Dominic
Offline
Hi Dominic,
Thanks for sorting this out. It's much appreciated.
Kind regards,
Paul
Offline
You're welcome, Paul.
For the benefit of anyone else looking for this, Downloads.GetLink supports DPI from IMS v6.1.8-5 onwards.
Dominic
Offline
Pages: 1