imagemagick How To make a montage of images from average colour: 1st get average colour by downsizing to 1x1 ; 2nd upscale with a fixed size; this results in images in this case with 20x20 which at 80x24 leads to 1600x480
- Discovered Oct 29, 2022 10:25 How To make a montage of images from average colour: 1st get average colour by downsizing to 1x1 ; 2nd upscale with a fixed size; this results in images in this case with 20x20 which at 80x24 leads to 1600x480
magick montage '*.JPG[1x1]' -tile 80x24 -geometry '20x20+0+0' onestep.jpg
^^^^—
Resize images after they have all been read in before montage overlays them onto its canvas. It also defines the size and the spacing between the tiles into which the images are drawn. If no size is specified the images will not be resized.
<– which leads me to my current idea of doing this for 1920 random vancouver image every day! (80x24 is the VT100 size :-) <– tweeted this: HowTo Montage from avgcolour: 1)get avg colour by downsizing to 1x1 2)upscale w/fixed size eg 20x20 @ 80x24 = 1600x480magick montage '/*.JPG[1x1]' -tile 80x24 -geometry '20x20+0+0' onestep.jpg
<– idea: Do this for 1920 random vancouver images daily! (80x24 is VT100 size :-)
Previously
- September 2022: Use Super Collider to make music from photo geodata and average colour?
- September 2021: How to create an ggrepel plot of R’s 657 plotrix colours of the average colour of my 2019-2020 flickr photos, x axis is time in unix seconds since 1970 using R, y axis is the average colour using the plotrix colours
- April 2021: How To Use Imagemagick Version 7 convert to to resize an image to get average colour
- October 2017: Maps of Vancouver Neighourhoods average colour over plotted