HELIOS developer specificationsOPI image reference specification
OPI producer (PostScript or direct PDF output) include several OPI comments to allow post processing solutions to replace content according to the comments. The "ALDImageFileName" comment is being used by HELIOS ImageServer and other vendors to reference the linked files. In remote/offside layout workflows the low-resolution files are often used with local disk path names, therefore the "ALDImageFileName" fails finding the linked content. As a second option, OPI solutions can use the "ALDImageID" comment to find the original linked file on the server. OPI producers should generate an "ALDImageID" OPI comment from the placed files. Several producers generate the "ALDImageID" for placed TIFF files. This documentation explains how the "ALDImageID" can be found in TIFF, JPEG, and EPSF files for unmodified inclusion into the OPI comments. How to find the data for the "ALDImageID" comment? For TIFF files The image reference is stored using a private TIFF tag:
For EPSF files (Mac EPSF and Binary EPS) The HELIOS image reference is stored using a private DSC comment:
For JPEG files The image reference is stored in a HELIOS APP11 marker.
The image reference is stored in the HeliosJPEGResource with type "HSID". There can be other HeliosJPEGResources in the APP11 marker which must be skipped when searching for the HELIOS Image ID.
All integers are stored in big-endian (MSB) byte order. Sample files Layout files containing an image reference can be downloaded from HELIOS WebShare Sample OPI PostScript output The following PostScript output should be generated by an OPI application if the |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
%ALDImageFileName: LocalVolume:images:tifflayouts%t:layouts:Portrait.tif %ALDImageFileName: LocalVolume:images:epslayouts%e:layouts:Portrait.eps %ALDImageFileName: LocalVolume:images:pcepslayouts%pe:layouts:Portrait.eps %ALDImageFileName: LocalVolume:images:jpeglayouts%j:layouts:Portrait.jpg
|