minhpham1908 / jpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Structure

  • Main:
    • Init UI
    • Call JPEG_Compress class
  • JPEG_Compress
    • Read Image from url get from Main
    • Compress
    • Export to url get from Main
  • Image files
    • image.tif (raw input image file for testing)
    • image2.png (second input image file for testing)
    • other images: They all are output image. Each image is an export for testing : read img, convert color space, split blocks.

Issue

  1. What is the JPEG file format? After doing all processes, how can we write those data to file and which format of file do we chose?
  2. Some function depends on JPEG file format to detect its "return" and its output, thus i can't complete those function in source code.
  3. UI: we have no UI, this should be consider at last.

Documents

About


Languages

Language:Java 100.0%