View Single Post
Old 23rd February 2017, 15:07   #19  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
New release, full high bit depth support (10-16, float) for all filters, new flavour in expression syntax.

For details, see first post.

Enjoy Masktools2 v2.2.2 (20170223)

Change list from v2.2.1

Code:
-All filters work in 10,12,14,16 bits and float (except mt_logic which is 8-16 only)
- mt_lutxyza 4D lut available with realtime=false!
(4 GBytes LUT table, slower initial lut table calculation) 
Allowed only on x64. Be warned, it would take minutes.
- mt_gradient 10-16 bit / float
- mt_convolution 10-16 bit / float
- mt_motion 10-16 bit / float
- mt_xxpand and mt_xxflate to float
- mt_clamp to float
- mt_merge to float
- mt_binarize to float
- mt_invert to float
- mt_makediff and mt_adddiff to float
- mt_average to float
- Expression syntax supporting bit depth independent expressions: 
Added configuration keywords i8, i10, i12, i14, i16 and f32 in order to inform the 
expression evaluator about bit depth of the values that are to scale by #B and #F operators.
pinterf is offline   Reply With Quote