Skip to content

Releases: JDArmy/TextWatermark

textwatermark-0.2.0

09 Mar 08:52

Choose a tag to compare

0.2.0

  • Improve unit test coverage
  • Fixed some bugs

textwatermark-0.1.6

01 Mar 13:49

Choose a tag to compare

  • 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

01 Mar 13:49

Choose a tag to compare

add init_from_params static method to TextWatermark, TextWatermark can be init from exported params.

textwatermark-0.1.3

24 Feb 09:57

Choose a tag to compare

0.1.3

  • add --no-flag-bit command to cmdline, and wm_flag_bit parameter to __init__ method of TextWatermark class.

textwatermark-0.1.2

24 Feb 01:51

Choose a tag to compare

  • add retrieve watermark from binary static method retrieve_watermark_from_bin to TextWatermark class and the cmd line.
  • add examples to docs

textwatermark-0.1.1

24 Feb 10:13

Choose a tag to compare

init of textwatermark