syvaidya / openstego

OpenStego is a steganography application that provides two functionalities: a) Data Hiding: It can hide any data within an image file. b) Watermarking: Watermarking image files with an invisible signature. It can be used to detect unauthorized file copying.
https://www.openstego.com
GNU General Public License v2.0
1.13k stars 206 forks source link

fix png which has alpha channel #32

Closed superzhangzl closed 5 years ago

superzhangzl commented 5 years ago

If the png image contains an alpha channel, using a digital watermark will result in a transparent image.

syvaidya commented 5 years ago

Thanks for the fix..