https://bugs.documentfoundation.org/show_bug.cgi?id=158250

--- Comment #5 from Jérôme <[email protected]> ---
Created attachment 191194
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191194&action=edit
png files candidates inside ODF files in share/template

result of the below command lines :
mkdir tmp && cd tmp
for f in $( find ../share/template -type f -size +400c -iname '*.otp' -o -iname
'*.ott' -o -iname '*.ots' -o -iname '*.otg' ) ; do { rm -rf * && echo Into
${f}: && 7z x -bb0 -bd ${f} > /dev/null && find . -type f -size +300c -not
-wholename './Thumbnails/thumbnail.png' -iname '*.png' -exec file {} \; | grep
-iv colormap ; } ; done

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to