https://github.com/shubham8550/image-compressor-java-swing
https://github.com/shubham8550/image-compressor-java-swing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubham8550/image-compressor-java-swing
- Owner: shubham8550
- License: gpl-3.0
- Created: 2019-08-30T15:19:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T10:58:24.000Z (over 6 years ago)
- Last Synced: 2025-03-17T09:56:34.102Z (10 months ago)
- Language: Java
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}