最近被这个蛤蟆闪瞎眼了,然后光速复刻,然后出个教程
hdr.icc
下载上面的icc,然后写个脚本嵌入png就行了
from PIL import Image
# 打开 PNG 图像
img = Image.open("1.png")
with open("hdr.icc", "rb") as f:
icc_profile = f.read()
img.save("1_with_icc.png", icc_profile=icc_profile)
ps:发微信的话扣个透明区域,然后保留透明通道,这样微信就不会把图片转成png了,然后就可以闪瞎别人眼睛了。
如图所示
![图片[1]-高速制作微信hdr表情包教程-魔法少女雪殇](https://www.snowywar.top/wp-content/uploads/2025/05/image-576x1024.jpg)
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容