Releases: UBC-MDS/image-compression-toolkit-python
Releases · UBC-MDS/image-compression-toolkit-python
Final Project
Milestone 3: Improved Functions and Tests
- Added another argument to
crop
andcompress
functions to handle an output file path - Updated
compress
function to handle smallpng
files - Updated tests and documentation
Milestone2 : Python package imageCompress
- Build three functions (crop.py,compress.py,image_size.py)
- Write and run the test cases .
- Updated README
- Updated function doc string
- Build and test Package
Package Structure and Unit Tests
- Fixed the README
Package Structure and Unit Tests
- Set up repo with appropriate structure for a Python package.
- Developed tests for two image compression functions and one image size calculation function.
- Created dummy functions.