Fix reproducibility issues in png files
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2020 10:13:46 +0000 (11:13 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2020 13:26:47 +0000 (14:26 +0100)
31 files changed:
doc/doc-make.in
doc/screenshots/autorecode-ad.png
doc/screenshots/autorecode-hc.png
doc/screenshots/chisquare-ad.png
doc/screenshots/chisquare-hc.png
doc/screenshots/compute-ad.png
doc/screenshots/compute-hc.png
doc/screenshots/count-ad.png
doc/screenshots/count-define-ad.png
doc/screenshots/count-define-hc.png
doc/screenshots/count-hc.png
doc/screenshots/crosstabs-ad.png
doc/screenshots/crosstabs-hc.png
doc/screenshots/define-groups-t-ad.png
doc/screenshots/define-groups-t-hc.png
doc/screenshots/descriptives-ad.png
doc/screenshots/descriptives-hc.png
doc/screenshots/frequencies-ad.png
doc/screenshots/frequencies-hc.png
doc/screenshots/independent-samples-t-ad.png
doc/screenshots/independent-samples-t-hc.png
doc/screenshots/one-sample-t-ad.png
doc/screenshots/one-sample-t-hc.png
doc/screenshots/reliability-ad.png
doc/screenshots/reliability-hc.png
doc/screenshots/sort-ad.png
doc/screenshots/sort-hc.png
doc/screenshots/sort-simple-ad.png
doc/screenshots/sort-simple-hc.png
doc/screenshots/split-status-bar-ad.png
doc/screenshots/split-status-bar-hc.png

index 07eca7ba7252e8d0a5d4548124526b661b87fec6..dcd91e25d62508420486cff9ac879ca8f3bd163b 100644 (file)
@@ -62,10 +62,10 @@ $(top_srcdir)/doc/screenshots/%-hc.xwd: src/ui/gui/psppire $(top_srcdir)/doc/scr
 
 
 %.png: %.xwd
-       convert $< $@
+       convert -strip $< $@
 
 %.eps: %.xwd
-       convert $< $@,tmp.eps
+       convert -strip $< $@,tmp.eps
        sed -e '/^%%CreationDate: /d' -e '/^%%Title: /s|$(top_srcdir)/||'  $@,tmp.eps > $@
 
 $(src_ui_gui_psppiredir)/%.ui: $(top_srcdir)/src/ui/gui/%.ui
index f5836803df6d24bf8e66a1a25914689105339cc0..9c66bbf9dc40b87cc747544e1bce2ab6f59d4c10 100644 (file)
Binary files a/doc/screenshots/autorecode-ad.png and b/doc/screenshots/autorecode-ad.png differ
index 11682640017d7fd7b976f12545ba1276d6be476b..382e68b072eb4ed45adbb26d0275c631c8b829d5 100644 (file)
Binary files a/doc/screenshots/autorecode-hc.png and b/doc/screenshots/autorecode-hc.png differ
index dde0baec4c1adfcdb37dc7887fc7fcbc2ad1b651..af950c56875062fc52c451f1032f843b390fa36b 100644 (file)
Binary files a/doc/screenshots/chisquare-ad.png and b/doc/screenshots/chisquare-ad.png differ
index ed2afad6ab66818cc9953e942856a4ade5ecf67e..dd6be487c16ace2695844baac496a9fb946451f9 100644 (file)
Binary files a/doc/screenshots/chisquare-hc.png and b/doc/screenshots/chisquare-hc.png differ
index 765d67a724f71d564cbd893616bd5950d2a0b14f..7a6c22728b6b06b08abb1b6804565ff9826d807e 100644 (file)
Binary files a/doc/screenshots/compute-ad.png and b/doc/screenshots/compute-ad.png differ
index 7d9e46f54fdf4737a7dfd2c07db4c79974e0020c..909656785e0fbe099e9f1e763168961231bbb9a7 100644 (file)
Binary files a/doc/screenshots/compute-hc.png and b/doc/screenshots/compute-hc.png differ
index 7e89f8c2345942bfeb7c9fee616cf0021d4a03e4..1a3cef1344b051fc636bc786e8755b8a9966ce96 100644 (file)
Binary files a/doc/screenshots/count-ad.png and b/doc/screenshots/count-ad.png differ
index 49d385870aa47c4f7efb114a3a4af87ef46852d3..bdc93431e4abeb12bfd60311195c49ebd9e32b6b 100644 (file)
Binary files a/doc/screenshots/count-define-ad.png and b/doc/screenshots/count-define-ad.png differ
index 9c6569bb937ed471b21facdd21886bb1bc683dfe..206dc9e1307816b104bcce29c54864a408fa383b 100644 (file)
Binary files a/doc/screenshots/count-define-hc.png and b/doc/screenshots/count-define-hc.png differ
index d01c9173b05c79cf494e016e3b9957a2e1b1f627..0d2bb37769bae9bf70910b88419b88787a236ab4 100644 (file)
Binary files a/doc/screenshots/count-hc.png and b/doc/screenshots/count-hc.png differ
index 76804addb3ef68715974332dc470734a7170a05f..9e8f2b719c2f831fa6e675b61756099291f4bcae 100644 (file)
Binary files a/doc/screenshots/crosstabs-ad.png and b/doc/screenshots/crosstabs-ad.png differ
index 76008331ab372795ab3ccff9706ab3e589875268..74eabbd7c35df2f794b8ed6146acf22d146552b1 100644 (file)
Binary files a/doc/screenshots/crosstabs-hc.png and b/doc/screenshots/crosstabs-hc.png differ
index 2d724b6c6b9624a775a2be3fb76bdacb67d0144e..ba3d99a848bd9c4a22a5c09c769db704f81ecf49 100644 (file)
Binary files a/doc/screenshots/define-groups-t-ad.png and b/doc/screenshots/define-groups-t-ad.png differ
index 59b670e5044d522ce39fc521c5714b84c38b1629..5f6cb701974d965596f1b91d0b79fb1298427900 100644 (file)
Binary files a/doc/screenshots/define-groups-t-hc.png and b/doc/screenshots/define-groups-t-hc.png differ
index 05e4bb9dabb0665871989a8817c343cf5023d8b5..cfeb72d89eec3900f89cf70e5b253d830c40f08a 100644 (file)
Binary files a/doc/screenshots/descriptives-ad.png and b/doc/screenshots/descriptives-ad.png differ
index f199cf377aeaad1a38fde41215e93930da1b0cae..59c879cfc7479a4c48f4d55d0c3d7339fa0621e3 100644 (file)
Binary files a/doc/screenshots/descriptives-hc.png and b/doc/screenshots/descriptives-hc.png differ
index f3d84f9c3d78ea5f9a163a59912e67bdf30b1c1e..2af76f558a8b33176e7e0ccb12acae720bdc5d24 100644 (file)
Binary files a/doc/screenshots/frequencies-ad.png and b/doc/screenshots/frequencies-ad.png differ
index fedf9ee95d228c48b6e56018dda759baf710bbff..11a755eb56975b346abaa1e055ca770eb61605b7 100644 (file)
Binary files a/doc/screenshots/frequencies-hc.png and b/doc/screenshots/frequencies-hc.png differ
index ee1e40e51d2fc9f65aeadfaaed7fa22f6bfea5f3..625c263d01285b947a435a6c4559887bc6379de6 100644 (file)
Binary files a/doc/screenshots/independent-samples-t-ad.png and b/doc/screenshots/independent-samples-t-ad.png differ
index c52999cf9838d0d9cec3c709c13942883dd92cee..7b8e0fa3809b776e648b5057a3b9a31b270ba79f 100644 (file)
Binary files a/doc/screenshots/independent-samples-t-hc.png and b/doc/screenshots/independent-samples-t-hc.png differ
index 1e84bbe7a03e04a1e7a56a2b88cf934ed0233f62..e8aa759456a3792178a0509af79e5e9bea023959 100644 (file)
Binary files a/doc/screenshots/one-sample-t-ad.png and b/doc/screenshots/one-sample-t-ad.png differ
index 0bbda193655cf3e8ca747e76b38a3d7dbe077392..3171ddf43070861e77c8e6bea7034865c1271555 100644 (file)
Binary files a/doc/screenshots/one-sample-t-hc.png and b/doc/screenshots/one-sample-t-hc.png differ
index 7137a6487487e4a148654b9d91fd4fc583f9d7b9..0f2f74d53867d6fa1016fc3cb69a14123ac17622 100644 (file)
Binary files a/doc/screenshots/reliability-ad.png and b/doc/screenshots/reliability-ad.png differ
index 32fe0d98c91ca26b5d6791b800fe02808abd9a87..4f15a948141f21dc7dc5578e7b864e0fd209e3f0 100644 (file)
Binary files a/doc/screenshots/reliability-hc.png and b/doc/screenshots/reliability-hc.png differ
index e22d50b8c6b22c7579de2ceea320efd1b1a6f901..0282de25837290b2e15ef20fc25dcbc96cbaf2c9 100644 (file)
Binary files a/doc/screenshots/sort-ad.png and b/doc/screenshots/sort-ad.png differ
index cdfc6b351e0f282fa58c162e5ce449e413792d18..f51761d12747ded901f2ae50ed409994a79cea11 100644 (file)
Binary files a/doc/screenshots/sort-hc.png and b/doc/screenshots/sort-hc.png differ
index c3a8e99008312a7453481016a8aeeede875d1a9b..c0a7a5f86df9d57a1296fa7adf49e71568016b0f 100644 (file)
Binary files a/doc/screenshots/sort-simple-ad.png and b/doc/screenshots/sort-simple-ad.png differ
index e8cdd7c5072775d8ef1cc49f3353ff6d7d945fcb..caf0394b17508c2572657d57d9939abc4ca23bb1 100644 (file)
Binary files a/doc/screenshots/sort-simple-hc.png and b/doc/screenshots/sort-simple-hc.png differ
index f0585a6a4fa98686fa45ab2aeed9f6f5947124b2..588fda7363c5b860323f951c99b218566caee941 100644 (file)
Binary files a/doc/screenshots/split-status-bar-ad.png and b/doc/screenshots/split-status-bar-ad.png differ
index 5655d15741ef4ed1374ad80a10e6710d7c7deda8..99247e81eafab160b54901c68fc597912decb9cf 100644 (file)
Binary files a/doc/screenshots/split-status-bar-hc.png and b/doc/screenshots/split-status-bar-hc.png differ