Table of Contents
Picturepark Eggishorn Release
Media Optimisation (IO) for embed links, business rules for list items, and more new features.
Table of Contents
A new version of the Picturepark Content Platform is released:
- Version: Eggishorn Release (11.1)
- Date: 4-Dec-2021
- Platform: {name}.picturepark.com
-
Main changes:
- Media Optimization for Downloads and Embed Links
- Business Rule Automation for Lists with Audit Information

The Eggishorn (2927m) is located in the southeastern part of the Bernese Alps, north of Fiesch in the Swiss canton of Valais. The Eggishorn is also the mountain some Pictureparkers climbed on our annual company excursion. See some lovely images of the team on top of Eggishorn (and our annual company excursion).
🧐 We also allow you to directly modify some conversion parameters in the image URLs (demonstrating our new media optimization feature).
Release details
These are the final release notes.
Media Optimization (IO)
Media Optimization (IO) enables you to crop, resize, sharpen, change transparency, or rename images on the fly via embedded links while the original remains untouched in Picturepark.
This release introduces a new media editor, currently for images. Permitted users can access the media editor from the Content Item detail view or from within an embed. Users can use this feature to create and download optimized images for webshops, websites, landing pages, social media, or any other purpose.

The media editor allows you to dynamically make advanced transformations and image optimizations without changing the original. You can see the results instantly in the preview on the right. You can execute various modifications and validate your results by enabling or disabling them, and you can also chain everything together for multi-layered optimizations.
The following optimization actions are available:
- Crop, resize, rotate, sharpen.
- Alpha channel transparency (replace).
- Conversion into JPG, PNG, or TIFF.
- Rename the default filename for SEO purposes.
When used as an embed link, website managers can directly reference images from Picturepark without storing them in another environment, such as an e-commerce store or Web CMS. Picturepark supports the above manipulations via the visual image editor or by changing the URL. If this is not permitted, changing editors can lock the settings in the URL from further manipulation.
When using embed links for media optimization, we highly recommend using a Content Delivery Network (CDN) such as Fastly CDN to ensure high-performing and reliable 24/7 global delivery.
You can also access all media optimization features via dedicated image conversion API endpoints.

Example Embed Links
All transformations are applied dynamically on the original file. We just changed the cropping rectangle and its position with the parameters in brackets, which you can see in the URL of the files. You can change the crop values or remove them completely to see the original file.
Founder Bruno Jehle at the top of the Eggishorn, embedded from Picturepark (staging instance).
- Original Image
-
Bruno's Head (
crop:165x160,fp:770,310) -
Bruno's Finger rotated (
crop:136x133,fp:635,396/rotate:180,dir:ccw) -
Bruno pointing upwards (
crop:307x205,fp:644,312/rotate:270,dir:ccw)
Pictureparkers on the top of the Eggishorn, embedded from Picturepark (staging instance).
- Original
-
Services Team Members (
crop:174x151,fp:903,579) -
CEO in the background (
crop:138x122,fp:257,701) - Find the Thumbs up (
crop:100x100,fp:557,1047) - Who wore it best: Sunglasses (
crop:69x59,fp:713,682)
We also added a variant for you with a transparent background and replaced the alpha channel with our branding colors.
-
Team members with a navy background (
alpha:replace(%23001937)) -
Team members with a teal background (
alpha:replace(%233fb3b1))
Feel free to replace the transparency with pink with the parameter: /alpha:replace(%23008080)
Automation for Lists
Business Rules for lists enable you to, for example, update lifecycle information, send notifications, or export data when items of products, events, or your taxonomies change.
This release now also brings Business Rules to list items, previously limited to content items. This yields new capabilities, such as:
- Create numbers for product lists, such as for creating unique product IDs.
- Send notifications when list items are created or updated. You can notify a user or users of a specific user role when somebody creates or modifies a product, event, collection, or simply a tag.
- Run business rules for list items on a schedule. For example, validate list items daily and flag them when they expire or other criteria apply.
- Trigger service providers (integrations) when list items are created or modified, such as when exporting content to third-party systems.
Additional real-world use cases include:
- Inform your webshop when product items change via a service provider.
- Remove product items from your webshop when modified and not yet approved via the service provider; inform your product managers that these products require approval.
- Update product items in your webshop via a service provider.
- Add list item numbering following a company naming convention using business rule sequence numbers, e.g., product numbers or inventory numbers.
- Inform your legal department when consent agreements of your employees and partners expire.
Much more is possible; please contact a Picturepark consultant to review your use cases.
The Business Rule executes actions for a single list item, not for the list. Activities such as creating or moving list items to other lists are not supported currently, but we added the feature request to the roadmap.
In the configuration for Business Rules, you find the new scope for list items. Be aware that the visible conditions and actions are not filtered, so you will see conditions and actions that are not available for list items. If applied, Business Rules will skip these from execution.

Audit Information in Business Rules

Furthermore, audit and owner information is available in Business Rules. This change permits such business rules to access information about the owner, the creating and last modifying user, together with the dates, supporting new conditional business processes, such as:
- if a European agency user imports content, notify the global content manager group.
- if your taxonomist (identified by email) tags data, then automatically mark it as “final.”
- if the creating user has not tagged newly created content or list items after some days, send a reminder notification.
You can access the audit information via a variable $$audit$$ under transformations, e.g., extracting a single value and then looking up this value in a list to find a matching tag or further transforming the value. The supported audit information includes:
- created by user information (name, email, status)
- creation date and time
- modified by user information (name, email, status)
- modified date and time
Share Page Customization

This release allows customization of the share page. This page serves as a landing page where your users find shared Content Items for viewing and downloading.
- You can customize how the thumbnails are displayed; so if you want to have a grid or a list.
- You can disable or enable the terms of service that your users have to accept.
- You can disable or enable the cookie consent, so if your users allow cookies, they will be saved in the user’s browser.

These settings are available for the share page and the new embed page, which we introduced as an overview for all embedded images. Some limitations apply to the embed pages, for example. To prevent undesired embeds, embed links are not available from this page. See the embed page with images from the Picturepark company excursion here: https://demo.preview-picturepark.com/s/vqDwuVhY.
Further notable changes
- Additional minor user interface improvements:
- The icons in the toolbar of the Content Browser are sorted like the icons in the context menu. (14386)
- Double-click in the share manager opens the detail view, which is the same behavior as in the Content Browser. (14287)
- The keyboard shortcuts have been improved for trigger or geo point fields where the user couldn’t navigate solely with the keyboard. (14066)
- Picturepark now prevents XMP Writeback for the original, as this changes the original and as there is now an alternate rendering option introduced, called copyFormat. copyFormat enables you to copy the original and then, e.g., write XMP values back to the copied format. Overall, this ensures data integrity as the original file is never modified.
- In the Content detail view, you will see referenced items listed greyed out if you don’t have permission to see their full details. Previously, Picturepark did not display these items, which users regarded as if the Content Item had no references.
- You can replace a file, changing its content type. Picturepark allows to replace a document with an image or replace a vector with an audio file. File-specific metadata and content type-specific layers are removed when changing the type.
Typo3 CMS Connector for Picturepark
The Typo3 Connector for Picturepark helps you achieve a more streamlined authoring experience by bringing visual content from Picturepark to your fingertips:
- Access images, videos, documents, and other files stored in Picturepark.
- Search digital assets using superior search and filter features of Picturepark.
- Insert content into Typo3 libraries without leaving the Typo3 environment.
- Add links to Picturepark-stored content in Typo3 text fields.
- Fill Typo3 file list folders with content from Picturepark.
- Copy metadata from Picturepark - for search in Typo3 and reuse on your Website.
Notable bug fixes
- Clearing the search string in the search bar will not affect selected filters. Before, you removed filters when you cleared the search input bar.
- In the share dialogue, users will see the selected layers shared correctly.
- The quick action buttons in the notification toasts work correctly.
- The Languages for users are limited to available system languages.
Changes to API & SDKs
We will introduce minor API changes only with the upcoming Picturepark Release “Eggishorn” (v11.1). However, we recommend you to review all changes made if you are responsible for integrations:
https://picturepark.com/apichanges
Please verify if the changes will affect your integration and adapt it accordingly if needed. If you use our SDK’s or samples like the Content Portal, we recommend updating to the latest version:
Picturepark.SDK.Samples (including Content Portal)
Suppose you want to test your changes in advance. In that case, we can provide you with a functionally limited clone running on the latest 11.1 preview code base within our stage environment (free provisioning of such a stage system depends on your subscription plan or partner status).
