Skip to content

Commit

Permalink
Add JPG and JPEG support
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrvsrg committed Dec 7, 2024
1 parent 45fa063 commit a6d7a3c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,21 @@ OPTIONS:
```sh
$ make test
? steganography/cmd/lsb [no test files]
=== RUN TestEncodeFromFile
--- PASS: TestEncodeFromFile (0.10s)
=== RUN TestDecodeFromFile
--- PASS: TestDecodeFromFile (0.02s)
? steganography/internal/helper [no test files]
=== RUN TestEncodeFromPngFile
--- PASS: TestEncodeFromPngFile (0.11s)
=== RUN TestDecodeFromPngFile
--- PASS: TestDecodeFromPngFile (0.02s)
=== RUN TestEncodeFromJpgFile
--- PASS: TestEncodeFromJpgFile (0.04s)
=== RUN TestDecodeFromJpgFile
--- PASS: TestDecodeFromJpgFile (0.01s)
=== RUN TestEncodeFromJpegFile
--- PASS: TestEncodeFromJpegFile (0.01s)
=== RUN TestDecodeFromJpegFile
--- PASS: TestDecodeFromJpegFile (0.00s)
PASS
ok steganography/internal/lsb 0.481s
show help
ok steganography/internal/lsb 0.668s
```
## License
Expand Down

0 comments on commit a6d7a3c

Please sign in to comment.