To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57580
Issue #:|57580
Summary:|optimize images.zip
Component:|framework
Version:|680m138
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|tm
Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Nov 9 06:20:31 -0800
2005 -------
Hi,
while investigating other issues, I found that images.zip contains zillions of
duplicated images. The following lists duplicated images (number of occurences,
MD5 sum):
159 807dae78a1ec98d3ea5b3e32c98ffe90
97 80d815d13cda9b63ebd372fec588cfd5
39 36d1d1d46cdd975db0539b82ffe5ac42
38 50f29638fa0077563917079d253bc6ad
21 825cdbac91b67e546779ab0b044d34c1
18 2f23396a4fdea21793118cd3654bffff
17 10a5e31f459eef1605af760b6b4f1086
16 ac16f51de1eb909a039de78ac652e29d
11 85e62fc7c318733a04dd393828c7e3a8
10 c72e90bd6cea0321ab79071713d9e61b
10 bb189c5fadb9728d143f134df8c6ac72
10 2b33af19fd1a73b4ecf6b9914ee8e4eb
10 17b8d50c159558bc02b6ba63f01bdabb
generated as:
unzip images.zip
find . -type f -exec md5sum '{}' \;|awk '{print $1}'|sort|uniq -c | sort -rn
It seems unneccessary to include one image 159 times...
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]