7
是什么版本出现了此问题?
1.5.3
使用的什么数据库?H2
使用的哪种方式部署?本地启动,仅后台
发生了什么?部分图片上传后,缩略图方向错误。
原因在这里:
run.halo.app.handler.file.LocalFileHandler#generateThumbnail(BufferedImage originalImage, Path thumbPath,
String extension)
Thumbnails.of(originalImage).size(THUMB_WIDTH, THUMB_HEIGHT).keepAspectRatio(true)
.toFile(thumbPath.toFile());
是否考虑调整?
相关日志输出No response
附加信息