Properly remove tIME chunk from PNG uploads (#27111)
This commit is contained in:
parent
530f48610d
commit
bd810391d6
7 changed files with 7 additions and 7 deletions
|
@ -171,7 +171,7 @@ class MediaAttachment < ApplicationRecord
|
|||
DEFAULT_STYLES = [:original].freeze
|
||||
|
||||
GLOBAL_CONVERT_OPTIONS = {
|
||||
all: '-quality 90 +profile "!icc,*" +set modify-date -define jpeg:dct-method=float +set create-date',
|
||||
all: '-quality 90 +profile "!icc,*" +set date:modify +set date:create +set date:timestamp -define jpeg:dct-method=float',
|
||||
}.freeze
|
||||
|
||||
belongs_to :account, inverse_of: :media_attachments, optional: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue