Skip to content

A Java command-line tool for decoding baseline jpeg images.

License

Notifications You must be signed in to change notification settings

dyluc/jpegdecoder

Repository files navigation

jpegdecoder

A Java command-line tool for decoding baseline jpeg images.

Progressive jpeg image decoding is not supported. This decoder supports chroma subsampled images.

usage: jpegdecode <jpeg-image>

jpeg-image: jpeg image source file

Images are decoded into bitmap(.bmp) in the same directory as the source image.

Check out blog post on this topic here.

About

A Java command-line tool for decoding baseline jpeg images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages