View Single Post
Old 21st March 2018, 16:56   #45  |  Link
Stephen R. Savage
Registered User
 
Stephen R. Savage's Avatar
 
Join Date: Nov 2009
Posts: 327
It is because the avsresize was never tested with gamma function operations. It is missing this statement from the VS z.lib filter that enables certain speed-ups:

Code:
vsresize.cpp:L683: m_params.allow_approximate_gamma = 1;
Stephen R. Savage is offline   Reply With Quote