Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Feb 19, 2022
1 parent 1e54ea1 commit cdbbe4e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(20201229: can be built under linux/gcc)

**Masktools2 v2.2.29 (20211116)**
**Masktools2 v2.2.30 (20220219)**

mod by pinterf

Expand Down Expand Up @@ -355,6 +355,22 @@ Original version: tp7's MaskTools 2 repository.
https://github.com/tp7/masktools/

Changelog
**v2.2.30 (20220218)
- mt_hysteresis new parameter:
bool corners (default true)
When set to false, mask expanding is ignoring corner-only connections.
corners = true (default, old working mode):
+ + +
+ O +
+ + +
false:
- + -
+ O +
- + -
Where the '+' pixels indicate neighbors of the central 'O'
(See https://github.com/pinterf/masktools/issues/23 )
- Add atan2 two operand function to lut expression evaluation. Calls atan2(y,x) math library function.

**v2.2.29 (20211116)
- floating point number formats are local independent again. Regression since 2.2.26
- mt_merge accept "top_left" chroma placement ("topleft" is still valid)
Expand Down

0 comments on commit cdbbe4e

Please sign in to comment.