# AIC **Repository Path**: firfe/AIC ## Basic Information - **Project Name**: AIC - **Description**: 可将静态图像(PNG、JPG、WebP)转换为高质量的 APNG 和 WebP 动画。 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-08 - **Last Updated**: 2026-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 动态图片制作 可将静态图像(PNG、JPG、WebP)转换为高质量的 APNG 和 WebP 动画。 - 原项目地址 - 官网 https://unlinearity.github.io/Animated-Image-Creator/ - GitHub仓库 https://github.com/UNLINEARITY/Animated-Image-Creator - 我的仓库 - GitHub仓库 https://github.com/Firfr/AIC - Gitee仓库 https://gitee.com/firfe/AIC - DockerHub https://hub.docker.com/r/firfe/AIC ## 汉化&修改&镜像制作 如果镜像拉取失败,请B站发私信,或提issues, 华为云上的镜像仓库默认推送的镜像不是公开的,有可能是我忘记设置公开了。 当前制作镜像版本(或截止更新日期):2026-05-08 首先感谢原作者的开源。 原项目没有中文和docker镜像,我汉化和制作了docker镜像。 只做了汉化和简单修改,有问题,请到原作者仓库处反馈。 欢迎关注我B站账号 [秦曱凧](https://space.bilibili.com/17547201) (读作 qín yuē zhēng) 有需要帮忙部署这个项目的朋友,一杯奶茶,即可程远程帮你部署,需要可联系。 微信号 `E-0_0-` 闲鱼搜索用户 `明月人间` 或者邮箱 `firfe163@163.com` 如果这个项目有帮到你。欢迎start。也厚颜期待您的打赏。 如有其他问题,请提`issues`,或发送B站私信。 ## 支持我 > 有购买服务区需求的朋友可以通过下面的通过连接来购买服务器支持我 - [腾讯云](https://curl.qcloud.com/RJz7oNIa) - [阿里云](https://www.aliyun.com/minisite/goods?userCode=napc1zre) - [雨云](https://www.rainyun.com/MTA0OTAwMw==_) ## 镜像 从阿里云或华为云镜像仓库拉取镜像,注意填写镜像标签,镜像仓库中没有`latest`标签 容器内部端口`5189`。 - 国内仓库 - AMD64镜像 ```bash swr.cn-north-4.myhuaweicloud.com/firfe/aic:2026.05.08 ``` - ARM64镜像 ```bash swr.cn-north-4.myhuaweicloud.com/firfe/aic:2026.05.08-arm64 ``` - DockerHub仓库 - AMD64镜像 ```bash firfe/aic:2026.05.08 ``` - ARM64镜像 ```bash firfe/aic:2026.05.08-arm64 ``` ## 部署 ### docker run 命令部署 ```bash docker run -d \ --name aic \ --network bridge \ --restart always \ --log-opt max-size=1m \ --log-opt max-file=1 \ -p 5189:5189 \ firfe/aic:2026.05.08 ``` ### compose 文件部署 👍推荐 ```yaml #version: '3' name: aic services: aic: container_name: aic image: swr.cn-north-4.myhuaweicloud.com/firfe/aic:2026.05.08 network_mode: bridge restart: always logging: options: max-size: 1m max-file: '1' ports: - 5189:5189 ``` ### 更多配置 - 指定端口 - docker run 命令 - 在命令末尾追加 `-p 端口` - compose - 添加与 `image` 同级配置 `command: ["-p", "自定义端口"]` ## 效果截图 | ![添加图片](图片/添加图片.jpg) | ![编辑帧](图片/编辑帧.jpg) | |-|-|