Releases: JDArmy/TextWatermark
Releases · JDArmy/TextWatermark
textwatermark-0.2.0
textwatermark-0.1.6
- Bug fix: TextWatermark.init_from_params going wrong when set_tpl mode
- Bug fix: Error when checking if wm_str larger than wm_max in method TextWatermark.insert_watermark
- Bug fix: Wrong watermarked when setting wm_flag_bit to False in method TextWatermark.insert_watermark
textwatermark-0.1.5
add init_from_params static method to TextWatermark, TextWatermark can be init from exported params.
textwatermark-0.1.3
0.1.3
- add
--no-flag-bitcommand to cmdline, and wm_flag_bit parameter to__init__method ofTextWatermarkclass.
textwatermark-0.1.2
- add retrieve watermark from binary static method
retrieve_watermark_from_binto TextWatermark class and the cmd line. - add examples to docs
textwatermark-0.1.1
init of textwatermark