The following changes are available in version 1.6:
•Added workflow wf_cropImg.xml to crop editorial images.
•In Ted4 and Fred4 when cropping an editorial image (wf_CropImg.xml workflow) the crop control displayed no image. Now the crop control correctly displays the image and allows user to crop it.
•When cropping a GN4 image with a 'rotation' attribute other than 0, now the crop control correctly shows and manages the image as if it is actually rotated.
•Cropping images with IPTC Authors containing only spaces use to fail: The crop workflow failed when cropping a image having a IPTC HEADER set to a string of only spaces. This happened because GN4 failed to trim spaces fro the image attribute.
•Added a new optional parameter to the Crop code workflow (called 'pageSizeId') which makes user able to insert the cropping size using the 'nmod' (page modules) and 'ncol' (page columns) unit of measures. The parameter 'pageSizeId' can be the id of a page, a master, a geometry or a typography (justScope) GN4 object: the crop code workflow automatically loads the GN4 object and retrieves the size of the modules and columns to use into the crop control. Modified the OnDrop method of Article.vb addIn file: now, when dropping an image into the article tree, the 'pageSizeId' parameters is automatically set with the id of the current typography; so, the crop control can read the modules and columns size and can accept the 'nmod' and 'ncol' as unit of measures of cropping size.
•Crop workflow now writes info in the IPTC notes of the cropped image: Modified the crop workflow (that is, the wf_CodeCrop.xml code workflow file) to store the crop description, written by the user in the description field of the crop dialog, into the IPTC caption (description) of the cropped image.