admin管理员组文章数量:1315378
Is there a way/filter to edit the image (as in the image file itself) before it is saved, on a per image size basis?
Particularly, I want to have a version of an image that I'll apply a blur effect to. I'll call my custom image size, say, `500x500_blurred' with:
add_image_size('500x500_blurred', 500, 500, true);
Now, on adding a new image, I'd like to alter the 500x500_blurred version before it is saved, applying some manipulations to just that image, so that the original image and all other size versions do not get the same manipulations.
本文标签: uploadsAlter the imagebefore saveof a particular image size
版权声明:本文标题:uploads - Alter the image, before save, of a particular image size 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741974304a2408026.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论