Changes between Initial Version and Version 1 of Ticket #15240, comment 111
- Timestamp:
- 2020-03-30T22:02:41+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15240, comment 111
initial v1 1 1 I haven't found an easy way of displaying all the images in one, like in the original ticket. In the end, I found this, which also adds the filename: 2 2 3 `find . -not -path '*/images/presets/*' -not -path '*/images/icons/*' -not -path '*/images/logo*' -not -path './test*' -not -path './native/linux/*' -name \*.png | cat - <(echo -ne "josm-all-png.PNG\0") | xargs montage -label '%f' -tile 6x` 3 `find . -not -path './nodist/*' -not -path '*/images/icons/*' -not -path '*/images/logo*' -not -path './test*' -not -path './native/linux/*' -name \*.png | cat - <(echo -ne "josm-all-png.PNG\0") | xargs montage -label '%f' -tile 6x` 4 5 Edit: excluded nodist