Leanify icon indicating copy to clipboard operation
Leanify copied to clipboard

lightweight lossless file minifier/optimizer

Results 27 Leanify issues
Sort by recently updated
recently updated
newest added

Hi. As APNG is explicitly supported here, I tried `leanify -v` on some of my files. It appears to work and does not report anything suspicious: ``` Processing: 4_frames_good_from_gif2apng.png PNG...

https://www.w3.org/TR/WOFF/ - [ ] Recompress `FontTables` It's compressed with zlib. - [ ] Support WOFF in DataURI search `data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAU...` - [ ] Remove metadata?

new format
good first issue

Feature request: Add an option to keep file modification date&time. Reason: For some files (e.g. .png) no other way to store create/modification time than in file attributes (when change the...

feature request
good first issue

it gives me: ``` g++ -Wall -O3 -msse2 -mfpmath=sse -flto --std=c++11 fileio.cpp utils.cpp leanify.cpp main.cpp formats/base64.cpp formats/ico.cpp formats/lua.cpp formats/dwf.cpp formats/swf.cpp formats/rdb.cpp formats/gft.cpp formats/xml.cpp formats/png.cpp formats/data_uri.cpp formats/pe.cpp formats/bmp.cpp formats/tar.cpp formats/jpeg.cpp formats/zip.cpp...

build

Microsoft Visual C++ Runtime Library Runtime Error! Program: R6002 - floating point support not loaded after hitting Details (Подробности) button [diskat-gui.exe.gz](https://github.com/JayXon/Leanify/files/4292819/diskat-gui.exe.gz)

bug

Leanify supports various kinds of image format except this. I think this format is common.

new format

Things to do: - [ ] Format parsing - [ ] Optimize FlateDecode - [ ] Optimize DCTDecode - [ ] Remove unused object - [ ] Remove comments -...

new format

It would be a great improvement if Leanify could utilise the swix console program http://appnee.com/swix/ to convert swf to xml and then optimize embedded base64 streams then restore it back...

new format

Some docx embeds zip files inside OLEobjects that are not optimized by Leanify. If you add an OLEobject codec, you should also support DOC and XLS old format.

new format