Commit Graph

2 Commits

Author SHA1 Message Date
Vladimir Sitnikov 8364ccdbbd Compress PNGs
Working copy is reduced by 19MiB

Command line used:
find . -name '*.png' -print0 | xargs -0 -P8 -L1 pngquant --ext .png --force

closes #177

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1740015 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b4185b0c89
2016-04-19 21:22:09 +00:00
Sebastian Bazley df541b60a3 Add test for file: protocol with relative file names (e.g. as saved by browsers)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@1179719 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 3e7a09eb57
2011-10-06 17:47:32 +00:00