wok-current view wimlib/description.txt @ rev 25413
updated wkhtmltopdf (0.12.5 -> 0.12.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 08:30:32 2022 +0100 (2022-08-04) |
parents | |
children |
line source
1 Wimlib is an open source, cross-platform library for creating, extracting,
2 and modifying Windows Imaging (WIM) archives.
3 WIM is a file archiving format, somewhat comparable to ZIP (and many other
4 file archiving formats); but unlike ZIP, it allows storing various
5 Windows-specific metadata, allows storing multiple "images" in a single
6 archive, automatically deduplicates all file contents, and supports
7 optional solid compression to get a better compression ratio.
8 Wimlib and its command-line frontend wimlib-imagex provide a free and
9 cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.