Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用载波和迷你魔法。在上传器中我有
process resize_to_fit: [300,200]
现在,所有上传的图像都已处理,但我现在需要原始版本。有没有办法编写迁移并恢复映像版本?
恐怕不是。您可以调整调整后的图像大小,但质量会下降,这可能不是您所追求的。
更新:经过一番挖掘,我发现了这个(看第二个答案)。因此,根据您保存图像的方式,您可能仍然拥有原件。在这种情况下,您可以使用此技术从原始图像重新创建图像。