Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-mescudi committed Jan 10, 2025
1 parent 28ada66 commit 9a79427
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [Check Image Capacity](#7-check-image-capacity)
- [Embed Encrypted Data](#8-embed-encrypted-data)
- [Extract and Decrypt Data](#9-extract-and-decrypt-data)
7. [Working with Audio](#working-with-audio)
7. [Working with Audio](#Working-with-Audio-(Experimental))
- [Embed Data into WAV Files](#1-embed-data-into-wav-files)
- [Extract Data from WAV Files](#2-extract-data-from-wav-files)
- [Embed at Specific Bit Depth](#3-embed-at-specific-bit-depth)
Expand All @@ -33,17 +33,17 @@

---

## Features

- **Multi-Image Support**: Works with any image type compatible with Go's `image.Image`.
- **Data Compression**: Supports ZSTD compression to minimize the size of embedded data.
- **Reed-Solomon Codes**: Implements Reed-Solomon error correction.
- **Capacity Calculation**: Automatically calculates the maximum capacity of an image for data embedding.
- **Variable Depth Encoding**: Allows you to embed data up to a specified bit depth.
- **Concurrency**: Supports concurrent processing for improved speed (higher memory usage).
- **Custom Bit Depth Embedding**: Lets you specify the bit depth used for data embedding (e.g., LSB, MSB).
- **Encryption**: Enables secure encryption of data before embedding into the image.
- **Efficient PNG Encoding**: Saves the image in PNG format.
## Features

- **Multi-Image Support**: Works with any image type compatible with Go's `image.Image`.
- **Data Compression**: Supports ZSTD compression to minimize the size of embedded data.
- **Reed-Solomon Codes**: Implements Reed-Solomon error correction.
- **Capacity Calculation**: Automatically calculates the maximum capacity of an image for data embedding.
- **Variable Depth Encoding**: Allows you to embed data up to a specified bit depth.
- **Concurrency**: Supports concurrent processing for improved speed (higher memory usage).
- **Custom Bit Depth Embedding**: Lets you specify the bit depth used for data embedding (e.g., LSB, MSB).
- **Encryption**: Enables secure encryption of data before embedding into the image.
- **Efficient PNG Encoding**: Saves the image in PNG format.

---

Expand Down

0 comments on commit 9a79427

Please sign in to comment.