File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33(20201229: can be built under linux/gcc)
44
5- ** Masktools2 v2.2.29 (20211116 )**
5+ ** Masktools2 v2.2.30 (20220219 )**
66
77mod by pinterf
88
@@ -355,6 +355,22 @@ Original version: tp7's MaskTools 2 repository.
355355https://github.com/tp7/masktools/
356356
357357Changelog
358+ ** v2.2.30 (20220218)
359+ - mt_hysteresis new parameter:
360+ bool corners (default true)
361+ When set to false, mask expanding is ignoring corner-only connections.
362+ corners = true (default, old working mode):
363+ + + +
364+ + O +
365+ + + +
366+ false:
367+ - + -
368+ + O +
369+ - + -
370+ Where the '+' pixels indicate neighbors of the central 'O'
371+ (See https://github.com/pinterf/masktools/issues/23 )
372+ - Add atan2 two operand function to lut expression evaluation. Calls atan2(y,x) math library function.
373+
358374** v2.2.29 (20211116)
359375- floating point number formats are local independent again. Regression since 2.2.26
360376- mt_merge accept "top_left" chroma placement ("topleft" is still valid)
You can’t perform that action at this time.
0 commit comments