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
Hi, I'm getting lots of "WARNING: Block error very high at ..." messages and compression takes like 2 minutes when trying to compress a 1024x1024 PNG file.
Any suggestions?
The text was updated successfully, but these errors were encountered:
This fixes#17.
However, it's a preliminary pass that only really operates on the image
included in #16. There are likely better ways to optimize the alpha
used in the images, but I'm not sure what that is. Likely it's better
to use separate alpha dilation than the intensity dilation algorithm
currently used.
This happens with the BPTC compressor -- it's worth investigating:
WARNING: Block error very high at <608, 252>: (20.09)
WARNING: Block error very high at <276, 736>: (20.49)
These errors are exceptionally high and likely have to do with either how we treat the measurement of alpha errors or actually dealing with compressed alpha blocks themselves.
That being said, here is the compressed output. Doesn't look too bad (although you may disagree. :))
Hi, I'm getting lots of "WARNING: Block error very high at ..." messages and compression takes like 2 minutes when trying to compress a 1024x1024 PNG file.
Any suggestions?
The text was updated successfully, but these errors were encountered: