Skip to content

vvh413/jpeg-dct-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpeg-dct-dump

Simple CLI tool to dump raw DCT coefficients of a JPEG image.

Installing

Pre-build

curl -sL https://github.com/vvh413/jpeg-dct-dump/releases/latest/download/jpeg-dct-dump --output ~/.local/bin/jpeg-dct-dump
chmod +x ~/.local/bin/jpeg-dct-dump

From source

git clone https://github.com/vvh413/jpeg-dct-dump
cd jpeg-dct-dump
cargo install --path .