Update README.md
This commit is contained in:
parent
32e3d100fe
commit
3f489acd4b
|
|
@ -305,6 +305,8 @@ Decode an image and extracts original text from it.
|
||||||
|
|
||||||
1: Encrypt and Create Image
|
1: Encrypt and Create Image
|
||||||
|
|
||||||
|
`cargo run --example encrypt_and_create_image`
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use encrypted_images::encryption::text::encrypts;
|
use encrypted_images::encryption::text::encrypts;
|
||||||
use encrypted_images::encryption::images::create_img;
|
use encrypted_images::encryption::images::create_img;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue