mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-27 18:11:57 +08:00
缩略图生成器支持 LibRaw (#2109)
* feat: 增加 LibRaw 缩略图生成器。 * feat: 生成 RAW 图像的缩略图时,旋转缩略图的方向。 * update: RAW 缩略图支持镜像方向。
This commit is contained in:
@@ -121,6 +121,9 @@ Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; verti
|
||||
{Name: "thumb_proxy_enabled", Value: "0", Type: "thumb"},
|
||||
{Name: "thumb_proxy_policy", Value: "[]", Type: "thumb"},
|
||||
{Name: "thumb_max_src_size", Value: "31457280", Type: "thumb"},
|
||||
{Name: "thumb_libraw_path", Value: "simple_dcraw", Type: "thumb"},
|
||||
{Name: "thumb_libraw_enabled", Value: "0", Type: "thumb"},
|
||||
{Name: "thumb_libraw_exts", Value: "arw,raf,dng", Type: "thumb"},
|
||||
{Name: "pwa_small_icon", Value: "/static/img/favicon.ico", Type: "pwa"},
|
||||
{Name: "pwa_medium_icon", Value: "/static/img/logo192.png", Type: "pwa"},
|
||||
{Name: "pwa_large_icon", Value: "/static/img/logo512.png", Type: "pwa"},
|
||||
|
||||
Reference in New Issue
Block a user