yurchor accepted this revision as: yurchor.
yurchor added a comment.
This revision is now accepted and ready to land.
Thanks.
The images can be compressed from ~3 MB to ~1 MB with a simple script
#!/bin/sh
for i in *.png
do
pngnq -s 1 "$i" && advpng -z4 "${i%.*}-nq8.png" && mv -f
"${i%.*}-nq8.png" "$i"
done
But otherwise, it looks good.
REPOSITORY
R204 KAddressBook
BRANCH
arcpatch-D22799
REVISION DETAIL
https://phabricator.kde.org/D22799
To: davidbryant, #documentation, #kde_pim, yurchor
Cc: ltoscano, mlaurent, yurchor, lueck, ognarb, kde-pim, kde-doc-english,
gennad, fbampaloukas, skadinna, dvasin, rodsevich, winterz, vkrause, knauss,
dvratil