Revert "tdf#160827: fix crash when retrieving _MarkAsFinal value (docx)"
[LibreOffice.git] / postprocess / packimages / README
blobe5f498c3e42e6a4dd7f12589fd626f3f4175dff4
1 Packs used images in sorted order into theme .zip files
3 The essence of this module is contained within [[solenv/bin/pack_images.py]].
4 This script takes several sources of information:
6 * the list of images used in every .src file that is compiled
7 * the configuration XML describing every command that is used
8 * [[packimages/pack/image-sort.lst]] which provides a profile based
9   ordering of images.
11 It then tries to pack the images together into the .zip file into an
12 order that matches / is similar to that which we want at run-time, ie.
13 an entire toolbar's images should (ideally) be next to each other in a
14 nice linear run, to reduce LibreOffice's working set, and improve
15 startup performance: we require all these images to get paged in on
16 start.