sorl-thumbnail:在保存之前调整原始图像的大小?
在我的模型上使用 sorl-thumbnail v11.01 和 ImageField 是否有一种简单的方法可以在保存上传的文件之前调整其大小(以避免保存大量图像,以防万一上传了图像)?提前致谢。
Using sorl-thumbnail v11.01 and an ImageField on my model is there a simple way to have an uploaded file resized before saving it (to avoid saving a massive image, in case one has been uploaded)? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此处结账第 397 行。尽管您可能不想使用官方 sorl-thumbnail 的分叉版本,但该分叉中的代码可能会为您指明正确的方向。
Checkout line 397 here. Although you may not want to use a forked version of the official sorl-thumbnail the code in that fork might point you in the right direction.
最简单的方法是 django-resized。
The simplest way is django-resized.