[#2497] Image preview proxy: implemented ffmpeg-based resizing, removed eimp & mogrify-based resizing.
This commit is contained in:
parent
978ccf8f97
commit
1871a5ddb4
6 changed files with 74 additions and 68 deletions
|
|
@ -393,7 +393,6 @@ config :pleroma, :media_proxy,
|
|||
# Note: media preview proxy depends on media proxy to be enabled
|
||||
config :pleroma, :media_preview_proxy,
|
||||
enabled: false,
|
||||
enable_eimp: true,
|
||||
thumbnail_max_width: 400,
|
||||
thumbnail_max_height: 200,
|
||||
proxy_opts: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue