mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-18 05:10:07 -07:00
Improve image filters configuration
This commit is contained in:
parent
7cbde06ac1
commit
fee1729fa6
@ -115,7 +115,9 @@ liip_imagine:
|
||||
web_path: ~
|
||||
|
||||
filter_sets:
|
||||
model_min:
|
||||
media:
|
||||
data_loader: media
|
||||
media_min:
|
||||
data_loader: media
|
||||
cache: ~
|
||||
quality: 80
|
||||
@ -123,31 +125,24 @@ liip_imagine:
|
||||
filters:
|
||||
thumbnail: { size: [200, 200], mode: inset }
|
||||
background: { size: [250, 250], position: center, color: '#FFFFFF' }
|
||||
model_large:
|
||||
media_large:
|
||||
data_loader: media
|
||||
cache: ~
|
||||
quality: 92
|
||||
filters:
|
||||
thumbnail: { size: [800, 600], mode: inset }
|
||||
background: { size: [1100, 800], position: center, color: '#FFFFFF' }
|
||||
thumbnail: { size: [840, 580], mode: inset }
|
||||
background: { size: [900, 600], position: center, color: '#FFFFFF' }
|
||||
|
||||
rebrickable:
|
||||
data_loader: rebrickable
|
||||
rebrickable_part_min:
|
||||
quality: 80
|
||||
data_loader: rebrickable
|
||||
cache: ~
|
||||
default_image: '/resources/images/unknown_image.png'
|
||||
filters:
|
||||
thumbnail: { size: [250, 250], mode: inset }
|
||||
rebrickable_set_min:
|
||||
rebrickable_min:
|
||||
quality: 80
|
||||
data_loader: rebrickable
|
||||
default_image: '/resources/images/unknown_image.png'
|
||||
cache: ~
|
||||
filters:
|
||||
thumbnail: { size: [250, 200], mode: inset }
|
||||
background: { size: [250, 200], position: center, color: '#FFFFFF' }
|
||||
|
||||
thumbnail: { size: [200, 200], mode: inset }
|
||||
background: { size: [250, 250], position: center, color: '#FFFFFF' }
|
||||
rebrickable_large:
|
||||
data_loader: rebrickable
|
||||
cache: ~
|
||||
|
Loading…
x
Reference in New Issue
Block a user