Skip to content
/ rejpeg Public

Reconstruct jpeg images from out-of-order blocks on disk

Notifications You must be signed in to change notification settings

rbenua/rejpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rejpeg

Reconstruct jpeg images from out-of-order blocks on disk

Usage: ./rejpeg image_file [blocksize]

Assumes blocks are 4k large by default.

rejpeg will scan the image file for jpeg headers (assumed to be aligned to blocks) and then try to decode blocks until one fails to decode, back up and move on to the next unused blocks then keep trying to decode scanlines until we hit the end of the image.

About

Reconstruct jpeg images from out-of-order blocks on disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages