You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function exr_set_dwa_compression_level in OpenEXRCore/part.c checks for compression levels between 0 and 100.
In version 3.2.1 it was possible to use compression levels > 100 for the DWA compression. The compression rate was better with levels > 100.
With version 3.3.2 it is not possible to set levels > 100.
Is this an intended change?
The text was updated successfully, but these errors were encountered:
The function exr_set_dwa_compression_level in OpenEXRCore/part.c checks for compression levels between 0 and 100.
In version 3.2.1 it was possible to use compression levels > 100 for the DWA compression. The compression rate was better with levels > 100.
With version 3.3.2 it is not possible to set levels > 100.
Is this an intended change?
The text was updated successfully, but these errors were encountered: