- 🖼️ Multi-image Import & Management | 支持多图片导入和管理
- 🎨 Rich Animation Effects (Fade, Slide, Zoom) | 丰富的动画效果(淡入淡出、滑动、缩放)
- ⚙️ Comprehensive Parameter Control | 全方位的参数控制
- Custom Size | 自定义尺寸
- Frame Rate Adjustment | 帧率调节
- Quality Control | 质量控制
- Loop Settings | 循环设置
- 🎯 Real-time Preview | 实时预览
- 💾 One-click Export | 一键导出
- 🌓 Dark Mode Support | 深色模式支持
- Frontend: React + TypeScript + Tailwind CSS
- Backend: Rust + Tauri
- UI Framework: shadcn/ui
- State Management: React Hooks
- Image Processing: image-rs
# Clone the repository | 克隆项目
git clone https://github.com/guizimo/gifer.git
# Navigate to project directory | 进入项目目录
cd gifer
# Install dependencies | 安装依赖
pnpm install
# Run in development mode | 开发环境运行
pnpm tauri dev
# Build the application | 构建应用
pnpm tauri build-
Image Import | 图片导入
- Drag and drop images to the upload area | 拖拽图片到上传区域
- Click the file selection button | 点击选择文件按钮
-
Parameter Settings | 参数设置
- Adjust image size | 调整图片尺寸
- Set frame rate and delay | 设置帧率和延迟
- Choose animation effects | 选择动画效果
- Configure quality and optimization level | 配置质量和优化级别
-
Generate & Export | 生成与导出
- Click "Generate GIF" button | 点击"生成 GIF"按钮
- Preview the effect | 预览效果
- Click download button to save | 点击下载按钮保存
gifer/
├── src/ # Frontend source code | 前端源码
├── src-tauri/ # Rust backend code | Rust 后端代码
├── public/ # Static assets | 静态资源
└── components/ # React components | React 组件
pnpm tauri icon src/assets/logo.pngpnpm dlx shadcn@latest add xxx- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License © 2025 Guizimo
打开开发者模式:
在 Windows/Linux 上按Ctrl+Shift+I ,在 macOS 上按Command+Option+I

