-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example doesen't work #1
Comments
Can you provide more informaton on how you have tested this ? In case you missused it: Encoding: Importing |
I did it, but as i decode it, it just don't show neither an error nor
nothing.
Il Dom 5 Mag 2019, 21:17 Rafael Passos <[email protected]> ha
scritto:
… Can you provide more informaton on how you have tested this ?
In case you missused it:
The example requires you to use a -e to endode and -d to decode.
Encoding: go run stego.go -e -i stegosaurus.png -mi message.txt -o e.png
Decoding: go run examples/stego.go -d -i e.png
Importing "github.com/auyer/steganography" will import the current state
of the master branch. Although I recommend importing from gopkg for
stability, that example is representative of the latest commit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFFQR43V5SZKQKXN62YT2BDPT4XDVANCNFSM4HK3W74Q>
.
|
To prevent missusage errors, I've pushed a few changes that might help clarify your issue. Can you test it again ? A few things to keep in mind:
|
I have not been able to test this on windows yet. Can you run the unit tests on your OS and send me the results ? Instructions:
|
The example provided does encode the file but it does not decode it. Also, it does not include the correct "github.com/auyer/steganography" must be replaced with "gopkg.in/auyer/steganography.v2"
The text was updated successfully, but these errors were encountered: