# JPEG **Repository Path**: Yearn_w/jpeg ## Basic Information - **Project Name**: JPEG - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a script for JPEG image compression, which can realize batch processing, set different compression factors for processing, and save it to the corresponding folder. The usage is as follows: python main.py --image_format=bmp --factor=70 image_format: The format of the image. factor: The JPEG compression factor. Note: The original image must be named orig_0.~orig_n. The reconstructed image must be named recon_0.~recon.n.