惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
IT之家
IT之家
D
DataBreaches.Net
Y
Y Combinator Blog
B
Blog RSS Feed
F
Fortinet All Blogs
GbyAI
GbyAI
V
Visual Studio Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
美团技术团队
L
LangChain Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog

筑语日志 - 修bug

优化了首页登录提醒UI - 筑语日志 nginx配置http2 - 筑语日志 个人主页异步更新bug修复 - 筑语日志 修复了mac mini重启之后自定义服务启动失败的bug - 筑语日志 修复首页来访板块的主页链接bug - 筑语日志 nginx 升级至1.31.0 - 筑语日志 已删除评论bug修复 - 筑语日志 mini的nginx代理bug修复 - 筑语日志 个人主页可以通过用户名访问了 - 筑语日志 增设换图功能 - 筑语日志 增设删图功能 - 筑语日志 首页动态页码更新、增设link预览 - 筑语日志 Gravatar头像代理 - 筑语日志 传图模块支持并发处理+增设进度提醒 - 筑语日志
修复CMYK色彩传图失败的bug - 筑语日志
mgt · 2026-04-02 · via 筑语日志 - 修bug

这个修复引入了新的bug,注释层的透明层被强制填充黑色了,在后端ImageUtil中增加一个判断即可

if(sourceImg.getColorModel().hasAlpha())
            return sourceImg;