Nacho

Results 100 comments of Nacho

已确认是上游gif库的问题,在加载大gif时会崩溃.

![IMG_20240110_150430.jpg](https://github.com/kitUIN/ChatImage/assets/68675068/b98eeaec-2409-4e51-b4b6-0b12c9ac2165) in my server,it's all right

Can you give more information? do you use command? or just send CI Code like `[[CICode,url=https://blog.kituin.fun/img/bg.png,name=Image]]`

未发现明显报错 服务器内其他玩家是否出现过此类错误? 是否安装了`OptiFine`之类的模组 目前还没有头绪,或许是与别的模组冲突了

https://github.com/lgc-NB2Dev/nonebot-plugin-multincm/issues/21 隔壁一样的问题,可以看隔壁

我看这位`Ashy8682`的说法是添加一个中间件用于将`discord`中的图片消息转为`CICode`发送到`mc`公屏中? 请问这是否存在难点?

Minecraft to Discord过程中 需要拆分CICode,提取出url 如果是file:///那就需要调用上传了吧 若服务器安装了ChatImage,则会有图片缓存在内存中 关于拆分CICode可以参考这段[code](https://github.com/kitUIN/ChatImageCode/blob/8f16740da8ac3b851e7652edc105f0b6f7d34abb/src/main/java/io/github/kituin/ChatImageCode/ChatImageCode.java#L100) 至于本地图片的话,有何好的想法?