An open API service indexing awesome lists of open source software.

https://github.com/garthtb/frameseal

Add borders to an image and embeds author/EXIF information with a film aesthetic.
https://github.com/garthtb/frameseal

copyright csharp-app exif-metadata image-processing photography watermarking windows-app wpf-application

Last synced: 3 days ago
JSON representation

Add borders to an image and embeds author/EXIF information with a film aesthetic.

Awesome Lists containing this project

README

          

# 📸 Frame Seal 图像边框工具 🖼

[![用前必读 README.md](https://img.shields.io/badge/用前必读-README.md-red)](https://github.com/GarthTB/FrameSeal/blob/master/README.md)
[![开发框架 .NET 10.0](https://img.shields.io/badge/开发框架-.NET%2010.0-blueviolet)](https://dotnet.microsoft.com/zh-cn/download/dotnet/10.0)
[![最新版本 1.2.3](https://img.shields.io/badge/最新版本-1.2.3-brightgreen)](https://github.com/GarthTB/FrameSeal/releases/latest)
[![开源协议 MIT](https://img.shields.io/badge/开源协议-MIT-brown)](https://mit-license.org/)

## 📖 项目简介

**Frame Seal** 是一款 Windows 平台上的 GUI 工具,
用于向图像四周添加仿胶片外观的纯色边框,
并在下边框处嵌入图标、EXIF 元数据及自定义信息。
通过高度自由的参数调整及高性能的实时预览,
用户可以轻松装裱图像,以优化发布工作。

## ✨ 功能特点

- 🔢 **丰富参数**
- 自由调整尺寸、颜色、字体、信息内容
- 可选多种高质量保存格式
- ⚡ **实时预览** 调整立即响应,所见即所得
- 🧠 **自动功能**
- 自动提取多种 EXIF 元数据
- 自动输出到同目录中,无覆盖风险
- 🏭 **批量处理** 多图共用参数,可以统一效果

## 📥 安装与使用

### 系统要求

- 操作系统:Windows 10 或更高版本
- 运行依赖:[.NET 10.0 运行时](https://dotnet.microsoft.com/zh-cn/download/dotnet/10.0)

### 使用步骤

1. 下载 [最新版本压缩包](https://github.com/GarthTB/FrameSeal/releases/latest)
2. 解压后运行 `Frame Seal.exe`
3. 添加图像,调整参数,执行处理

## 🛠 技术架构

- **语言**:C#
- **框架**:.NET 10.0 WPF
- **依赖**:
- [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet)
- [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET)

## 📜 开源信息

- **作者**:GarthTB | 天卜
- **许可证**:[MIT 许可证](https://mit-license.org/)
- 可以自由使用、修改和分发软件
- 可以用于商业项目
- 必须保留原始版权声明 `Copyright (c) 2025 GarthTB | 天卜`
- **项目地址**:https://github.com/GarthTB/FrameSeal

## 📝 更新日志

### v1.2.3 (20250901)

- 修复:Magick.NET安全性更新
- 优化:保留原图的 EXIF 信息
- 新增:95 质量 JPG 保存格式

### v1.2.2 (20250826)

- Magick.NET安全性更新,并修复图标位置错误

### v1.2.1 (20250801)

- 修复:嵌入图标的一系列错误
- 优化:切割圆角时保留原图的透明度

### v1.2.0 (20250731)

- 新增:多种保存格式选项
- 新增:多种 EXIF 信息选项
- 优化:大幅提升实时预览性能
- 修改:使用 .NET 10.0 框架,专注中文界面,提升可维护性

### v1.1.0 (20250515)

- 修复:EXIF 拍摄时间的格式
- 新增:图标间距参数
- 新增:字体选项

### v1.0.0 (20250507)

- 首个发布!