Code: Select all
|--------|--------|
| A1.jpg | A2.jpg |
| | |
|--------|--------|
| B1.jpg | B2.jpg |
| | |
|--------|--------|
| C1.jpg | C2.jpg |
| | |
|--------|--------|
Code: Select all
montage `ls *.jpg | sort` -geometry +0+0 -tile 2x3 -border 0 -frame 0 "montage_geom.png"
I have heard that jpeg2000 are made from tiles, where each tile is compressed individually. Is there a way to stitch these six files together into one, while still retaining all the information in the originals (i.e. not re-encode the information) and keeping the file size at about 650kB?