Any websites or free software that can quickly and easily make me a list or collage of multiple images? Something like an arrangement of images like in picrel.
https://imagemagick.org/script/montage.phpif "oh no, command-line!" makes this one not-ez, i'm certain AI could write you a simple script nowadays.e.g. with no other options "-tile 1x4" and "-tile 3x3" would give you those results. ask ChatGPT to write you a drag-and-drop ImageMagick montage PowerShell script you can just drag the images onto. it fucking will (sorcery)
picrel was made with magick montage -density 300 -tile 3x0 -geometry "1000x1000>+0+0" * resize3.png* means grab all the files in the current folderremove the > in -geometry to make the small files scaled upthe 0 in -tile 3x0 is a wildcard, the program makes the collage the appropriate lengthThe way I've installed it, the command starts as "magick montage", but for you it might "convert montage" or simply "montage".
>>1540899>>1540897Kill self.OP, get PureRef portable. The website tries to make you give money, just insert 0 as the custom amount.Might take a little while to figure out how to use it, but once you know how to use all shortcuts and features, it's an everyday tool that is very useful.
>>1540891Not sure about the collage, but for image strips (horizontal or vertical), FastStone Viewer has a built-in feature for that