pdknsk
pdknsk
``` $ pngquant jp.png us.png uk.png -v jp.png: uk.png: read 367KB file read 344KB file made histogram...93207 colors found selecting colors...4% selecting colors...7% selecting colors...28% selecting colors...32% selecting colors...52% selecting...
I've been wondering if a parse-only mode is possible, in which pikepdf returns the structure, but does not interpret or verify it. I'll give two examples in which this would...
```CSS @media (min-resolution:2dppx) {} @media (min-resolution:2dppx) {h1 {}} ``` It removes the empty `h1`, but neither `@media`.
``` CSS @font-face { ... src: local(Font), local(Font); } ```
```C++ size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); ^ ```