Quote:
Originally Posted by jcn363
Perhaps I'm doing something bad or you should flush memory, redo loops or something, because I think this is really simple.
Good luck.
|
This is happening because it is being re-compressed after every replace (not just the final one). Thus, the compression ratio may differ each time. A possible workaround would be to try playing around with the order of the replacements. I will implement a new ReplaceZlibGroup instruction later this week to solve this issue completely.