1 回答
TA贡献1824条经验 获得超8个赞
我解决了!
这是工作配置。谢谢@MaulikParmar 的提示!
liip_imagine:
loaders:
default:
filesystem:
data_root:
- "%kernel.project_dir%/public/upload"
- "%kernel.project_dir%/public/assets/img"
resolvers:
default:
web_path:
web_root: "%kernel.project_dir%/public"
cache_prefix: media/cache
filter_sets:
cache: ~
learningModuleImage:
cache: default
filters:
downscale:
max: [512, 512]
profile:
filters:
downscale:
max: [512, 512]
# the name of the "filter set"
thumb:
# adjust the image quality to 75%
# quality: 75
cache: default
# list of transformations to apply (the "filters")
filters:
# create a thumbnail: set size to 120x90 and use the "outbound" mode
# to crop the image when the size ratio of the input differs
thumbnail: { size: [128, 128], mode: outbound }
# create a 2px black border: center the thumbnail on a black background
# 4px larger to create a 2px border around the final image
# background: { size: [124, 94], position: center, color: '#000000' }
- 1 回答
- 0 关注
- 105 浏览
添加回答
举报