andrews05
andrews05
Found this is deliberate by Leanify, though not sure why. For the record, advzip happily compresses these files.
Hi @Rainboom-Dash, thanks for posting this. This is quite interesting. The image has many duplicate entries in the palette which somehow are helping it to compress better. The current code...
@ace-dent The target IDAT size is 47918, as achieved with `--np` (or v8). Disabling the edge heuristic in oxipng made little difference. I took a quick look at the GLDPNG...
@Rainboom-Dash Good to know. This one remains a unique mystery then. I've just posted a PR to resolve this by keeping the original palette, same as it did in v8....
@TPS If you check the image @ace-dent posted, it's larger than the result of both oxipng v8 and oxipng master, whose sizes are shown in the first post. So I'm...
Yes, this is true 😂 Is it a problem? I don’t think there are any good options for resolving it. Like, maybe we could prefix each line with the filename,...
Yeah, `-t1` would certainly avoid it, it would just take longer. What we're seeing is just a natural consequence of processing multiple files in parallel. Maybe we could prefix each...
@ace-dent Nice. What's your analysis so far, how does oxipng fare?
Nice instructions, although you don't actually need to use `data-role` - it just needs to be a unique selector. For instance, you can use id selectors like `#toolbar1`.
No that's right, it works for me just like that. Not sure why it wouldn't work for you...