File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
public/js/pimcore/settings/thumbnail Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ high_resolution_info_text: >-
485485advanced_settings : Advanced settings
486486preserve_meta_data : Preserve meta data (don't strip)
487487preserve_color : ' Preserve color (profile, space)'
488+ force_process_ICC_profiles : Force process ICC profiles
488489thumbnail_preserve_info_text : >-
489490 'Preserve meta data' and 'preserve color' only works for transitions without
490491 compositions (frame, background color, ...) and color modifications
You can’t perform that action at this time.
0 commit comments