-
Notifications
You must be signed in to change notification settings - Fork 0
Parameters
WireBits edited this page Sep 2, 2024
·
1 revision
- -e
- This parameter is used for encoding text in the image.
- -d
- This parameter is used to decoding text from modified image.
- -i
- This parameter is used to include the image where message encode/decode.
- -m
- This parameter is used to write message which is going to encode into the image.
- The message should be written between double quotes(" ").
- This parameter is used when message is short.
- -f
- This parameter is used to attach files which is going to encode into the image.
- It only attach
.txtfiles. - This parameter is used when message is long.
- -o
- This parameter is used to save the modified image on the system.
- It only requires the name of the modified image name.
- This saves image in
.pngformat.
- -s (Optional)
- This parameter is used to save hidden message on the system.
- It only requires the name of the hidden message output file name.
- This saves file in
.txtformat.