Recover .jpg files directly from disk.
getjpegs [drive_number [starting_sector]]
For example, to do drive 0 (aka \\.\PhysicalDrive0
), type:
getjpegs 0
To start at sector 12345, type:
getjpegs 0 12345
To verify a release, download the .zip, .sha256, and .asc files for the release (replacing getjpegs-1.4-win32.zip with the release you are verifying):
$ wget https://github.com/rasa/getjpegs/releases/download/v1.4/getjpegs-1.4-win32.zip{,.sha256,.asc}
Next, check that sha256sum reports "OK":
$ sha256sum -c getjpegs-1.4-win32.zip.sha256
getjpegs-1.4-win32.zip: OK
Lastly, check that GPG reports "Good signature":
$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22
$ gpg --verify getjpegs-1.4-win32.zip.asc getjpegs-1.4-win32.zip
gpg: using RSA key 0xFF914F74B4BB6EF3
gpg: Good signature from "Ross Smith II <[email protected]>" [ultimate]
...
To contribute to this project, please see CONTRIBUTING.md.
To view existing bugs, or report a new bug, please see issues.
To view the version history for this project, please see CHANGELOG.md.
This project is MIT licensed.
This project was created and is maintained by Ross Smith II
Feedback, suggestions, and enhancements are welcome.