easy-thumbnails:在缩略图别名中使用 scale_and_crop 图像处理器
Posted
技术标签:
【中文标题】easy-thumbnails:在缩略图别名中使用 scale_and_crop 图像处理器【英文标题】:easy-thumbnails: Using the scale_and_crop image processor in a thumbnail alias 【发布时间】:2013-05-04 15:30:10 【问题描述】:我无法确定在thumbnail alias 中指定scale_and_crop 图像处理器的规格时使用的正确格式。
我尝试了很多变体,最近的是这个:
'year_thumb':
'scale_and_crop': (
('size', (120, 0)),
('crop', 'scale'),
('upscale', True),
)
,
不知道如何做到这一点。
【问题讨论】:
【参考方案1】:因此,不幸的是,我从未在代码中与缩略图别名设置中协调图像处理器参数的设置,但这是我完成相同或类似事情的方法:
'year_thumb':
'size': (120, 0),
'autocrop': True,
'crop': 'smart',
'upscale': True,
,
【讨论】:
以上是关于easy-thumbnails:在缩略图别名中使用 scale_and_crop 图像处理器的主要内容,如果未能解决你的问题,请参考以下文章
Django:sorl-thumbnail 和 easy-thumbnail 在同一个项目中
在 Elastic Beanstalk 上使用 Django + easy-thumbnails/sorl-thumbnail