Changes between Initial Version and Version 1 of Ticket #15240, comment 111


Ignore:
Timestamp:
2020-03-30T22:02:41+02:00 (5 years ago)
Author:
Stereo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15240, comment 111

    initial v1  
    11I 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:
    22
    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
     5Edit: excluded nodist