XmpWriteback |
XmpWritebackOptions , OutputFormatSetXmpWritebackStateRequest , OutputFormat
|
Merge XmpMapping data with original Xmp metadata |
-
OutputFormat has new property XmpWritebackOptions .
MappingOnly (default): corresponds to previous behaviour (i.e. only data produced by XmpMappings is applied to file).
MergeWithOriginal uses Xmp metadata of the originally uploaded file and overwrites only values which are specified in an XmpMapping. Other values are left intact (where possible).
OutputFormatSetXmpWritebackStateRequest was updated accordingly.
|
See
PictureparkSwagger.json
|
BusinessRule |
BusinessRuleTransformationGroup and all contracts inherited from BusinessRuleAction , BusinessRuleCondition , BusinessRuleTransformation
|
Add Names and Description to business rule entities |
-
BusinessRuleTransformationGroup and all contracts inherited from BusinessRuleAction , BusinessRuleCondition , BusinessRuleTransformation have new Names and Description properties as TranslatedStringDictionary .
- The new peoperties are only used for display purposes in the UI.
|
See
PictureparkSwagger.json
|
Schema/Metadata |
MetadataProtection |
Add protection options for metadata assigned to schemas |
-
Schema extended to include MetadataProtection property. Can prevent creating new items (Content Schemas) or assigning schema to items (Layers), editing metadata in schema or deleting/unassigning items in schema
- Options cannot be changed for Structs.
|
See
PictureparkSwagger.json
|
BusinessRule |
UserInUserRolesCondition |
New contract for new business rule condition |
-
UserInUserRolesCondition contract added to allow to configure the new UserInUserRoles business rule condition.
|
See
PictureparkSwagger.json
|
BusinessRule |
LookupCacheTransformation |
Get the found, not found or all items from named cache |
-
LookupReturnedItems property added to LookupCacheTransformation contract. Possible values:
- Found: return the value of the found item in the lookup cache, null if not found (existing logic, default).
- NotFound: return the input key value of the not found item, null if found.
- All: return the value of the found item in the lookup cache or the input key value of the not found item.
|
See
PictureparkSwagger.json
|
Content & Share (Output editing) |
/v1/contents/downloads/{contentId}/{outputFormatId}/{conversionPreset} , ShareEmbedCreateRequest
|
Focal point based cropping |
The fp argument to the crop instruction was enhanced:
- If the
Content has FocalPoint s (with coordinates) in ImageAnalytics Layer, fp:identifierOfFocalPoint can be used to specify the position of the cropping rectangle. Crop size can be automatically derived (crop:auto,fp:fpIdentifier ) if the focal point has 2 or more coordinates. If the crop size is specified in the URL and a focal point identifier is specified (crop:200x200,fp:fpIdentifier ), the focal points centroid is used to position the cropping rectangle.
|
See
ContentTests.cs
|
OutputFormat / Rendering |
CropActionGeneric |
Restructured actions for image cropping |
- Polymorphism was moved to
size and position properties. The existing crop actions (CropAction , GravityBasedCropAction , RelativeCropAction ) remain for compatibility reasons (also added the new properties). New CropSizeRelative allows for relative dimension of cropping rectangle. Introduced explicit CropGravity.Center value.
|
See
PictureparkSwagger.json
|
Shares |
ShareOutputBase |
Added rendering state |
-
RenderingState attribute was added to reflect the rendering state of the shared output.
|
|
BusinessRule |
LayersChangedCondition |
Added AddedLayerIds and RemovedLayerIds properties |
- New properties allow to check if all the layers specified in the
AddedLayerIds property are being added during the current operation and if all the layers specified in the RemovedLayerIds property are being removed during the current operation.
- If values are set, all values for both conditions must match.
- If no values are set, behavior of the condition remains unchanged.
|
See
PictureparkSwagger.json
|
BusinessRule |
StringContainsCondition |
New StringContainsCondition for business rules |
- The new condition allows to perform a simple "string contains" check that can be case sensitive or not.
- The check is performed against a specified value.
- In case of a successful match, a custom value / object can be optionally stored in a variable.
|
See
PictureparkSwagger.json
|