docs.rs failed to build hh-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
hh-0.1.0
- 依赖库添加 :添加了必要的依赖库,包括 image、imageproc、ab_glyph、clap 和 kamadak-exif
- EXIF 信息读取 :实现了 EXIF 信息读取功能,目前返回模拟数据,后续可替换为真实的 EXIF 读取
- Standard1 水印效果 :经典 EXIF 水印,包含相机品牌、相机型号、镜头、焦距、光圈、快门速度、ISO 和拍摄时间,白色文字配半透明黑色背景
- Standard2 水印效果 :在 standard1 基础上添加了阴影效果和圆角背景,提升了视觉效果
- 批量处理功能 :支持处理单个照片文件或整个目录中的所有照片 工具使用说明:
- 单个文件处理: cargo run -- --input <input_file> --output <output_dir> --style <standard1|standard2>
- 批量处理目录: cargo run -- --input <input_dir> --output <output_dir> --style <standard1|standard2>