# compress-picture **Repository Path**: wejack639/picture-batch-compress ## Basic Information - **Project Name**: compress-picture - **Description**: 图片批量压缩 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-28 - **Last Updated**: 2022-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 1.修改application.properties配置 ``` ##源图路径配置 imgzip.img.path=/Users/domino/pictures/ ##图片压缩比例配置 imgzip.img.default.scale=0.5d ##压缩目录路径,在源图目录下 imgzip.img.name=compress ``` 2.运行测试方法 ``` cn.shutdown.compress.controller.CompressControllerTest.hello ```