JayXon / Leanify

lightweight lossless file minifier/optimizer
MIT License
831 stars 75 forks source link

May mention OpenRaster file type as supported #61

Closed f2d closed 4 years ago

f2d commented 4 years ago

Hello, OpenRaster file type is not mentioned, while OpenDocument is.

I tried Leanify with some ORA files and it seems to work without problems, if only taking quite some time compressing PNGs inside. Keeps mimetype as stored, minifies XML and PNGs, does nothing to app-specific *.dat, as expected. Shaves about 30-50% on some files saved in MyPaint and Drawpile.

I'd suggest to put it separately from OpenDocument. Applications that understand them are mutually exclusive, if I'm not mistaken.

Maybe like this:

#### OpenDocument (.odt, .ods, .odp, .odb, .odg, .odf)

It is based on XML and ZIP.

#### OpenRaster (.ora)

It is based on OpenDocument and PNG.
JayXon commented 4 years ago

Thanks! This is the first time I've heard of OpenRaster, added to README.