8000 Releases · UBC-MDS/image-compression-toolkit-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: UBC-MDS/image-compression-toolkit-python

Final Project

09 Mar 23:37
ff84f9b
Compare
Choose a tag to compare
  • Updated documentation
  • Updated functions with more specific error messages
  • Added continuous integration with Travis

Milestone 3: Improved Functions and Tests

03 Mar 20:42
d1869ff
Compare
Choose a tag to compare
  • Added another argument to crop and compress functions to handle an output file path
  • Updated compress function to handle small png files
  • Updated tests and documentation

Milestone2 : Python package imageCompress

15 Feb 21:53
ee82dc4
Compare
Choose a tag to compare
  1. Build three functions (crop.py,compress.py,image_size.py)
  2. Write and run the test cases .
  3. Updated README
  4. Updated function doc string
  5. Build and test Package

Package Structure and Unit Tests

09 Feb 23:47
b6455a2
Compare
Choose a tag to compare

Package Structure and Unit Tests

09 Feb 23:31
c502975
Compare
Choose a tag to compare
  1. Set up repo with appropriate structure for a Python package.
  2. Developed tests for two image compression functions and one image size calculation function.
  3. Created dummy functions.
0