An open API service indexing awesome lists of open source software.

https://github.com/shubham8550/image-compressor-java-swing


https://github.com/shubham8550/image-compressor-java-swing

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image-Compressor-Java-Swing

### TODO feature added List
- (StartCompression.java)Compression module [done]
- CompressionStartPage.java [done]
- HomePage [done]
- CompressionSuccessfulPage [done]

## Class-With-its-details

- HomePage :its first page for image selection and calling CompressionStartPage[gunvant]-done

- CompressionStartPage (String location) :page for showing compression status and calling Calling StartCompression class[shubham]-done

- StartCompression (String location) :class for which does actual compression[shubham]-done

- CompressionSuccessfulPage () :after successful compression of img this page created from StartCompression.java and these page is leads user to either exit or compress another image[gunvant]-done

{note: for testing change image location from Res.java}