Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 310 Bytes

separating_image

示例

# 基本用法
separating_image.exe ./test/image.bin
# 自定义输出路径
separating_image.exe ./test/image.bin --output ./custom_output
# 合并文件夹的文件到一个二进制
separating_image.exe ./test/images_dir --output ./image.bin --merge