https://bugs.documentfoundation.org/show_bug.cgi?id=158623
Jérôme <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191343|0 |1 is obsolete| | --- Comment #2 from Jérôme <[email protected]> --- Created attachment 191533 --> https://bugs.documentfoundation.org/attachment.cgi?id=191533&action=edit In ODF templates, list of thumbnails images which could use indexed colours updated list with nightly build LibreOfficeDev_24.8.0.0.alpha0_Win_x86-64.msi Command : mkdir tmp && cd tmp for f in $(find ../share/ -type f -iregex '.*\.o[dt][tspgf]$') ; do { rm -rf * && echo Into ${f}: && 7z x -bb0 -bd ${f} > /dev/null && find . -iwholename '*/Thumbnails/thumbnail.png' -type f -exec file {} \; | grep -iv colormap | sed 's/:.*$//' | xargs -I {} find "{}" -printf '%s\t%p\n' ; } ; done > ../templates_thumbnails_without_indexed_colours.txt -- You are receiving this mail because: You are the assignee for the bug.
