Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / postprocess / packimages / README
blob95d5f3daaa9c9f790bb30816377042646186b4e2
1 Packs used images in sorted order into theme .zip files
3 The essence of this module is contained within [[solenv/bin/packimages.pl]].
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.