Skip to content

Commit 9d2f10f

Browse files
authored
Fix: add forceProcessICCProfiles (#931)
1 parent 7c4cf7b commit 9d2f10f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/js/pimcore/settings/thumbnail/item.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ pimcore.settings.thumbnail.item = Class.create({
156156
name: "preserveColor",
157157
boxLabel: t("preserve_color") + " (Imagick, ORIGINAL)",
158158
checked: this.data.preserveColor
159+
}, {
160+
xtype: "checkbox",
161+
name: "forceProcessICCProfiles",
162+
boxLabel: t("force_process_ICC_profiles") + " (Imagick, ORIGINAL)",
163+
checked: this.data.forceProcessICCProfiles
159164
}, {
160165
xtype: "checkbox",
161166
name: "preserveMetaData",

translations/admin_ext.en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ high_resolution_info_text: >-
485485
advanced_settings: Advanced settings
486486
preserve_meta_data: Preserve meta data (don't strip)
487487
preserve_color: 'Preserve color (profile, space)'
488+
force_process_ICC_profiles: Force process ICC profiles
488489
thumbnail_preserve_info_text: >-
489490
'Preserve meta data' and 'preserve color' only works for transitions without
490491
compositions (frame, background color, ...) and color modifications

0 commit comments

Comments
 (0)