If I would need to calculate coordinates manually, that would be big problem for me. There would be too much of programming. I use CMD, and I have to say, I am just beginner in batch file programming.
I will tell you what is my situation. I have many bmp files that are big size 4096x4096 and I am going to resize them to little images... In next step I would need to specify which files should be "montaged" into file with a specific name. The number of files is cca 2200.
For example source files would have these names:
Code: Select all
17480_11032 17488_11032 17496_11032 17504_11032 17512_11032 17520_11032 17528_11032 17536_11032 17544_11032 17552_11032
17480_11040 17488_11040 17496_11040 17504_11040 17512_11040 17520_11040 17528_11040 17536_11040 17544_11040 17552_11040
17480_11048 17488_11048 17496_11048 17504_11048 17512_11048 17520_11048 17528_11048 17536_11048 17544_11048 17552_11048
17480_11056 17488_11056 17496_11056 17504_11056 17512_11056 17520_11056 17528_11056 17536_11056 17544_11056 17552_11056
17480_11064 17488_11064 17496_11064 17504_11064 17512_11064 17520_11064 17528_11064 17536_11064 17544_11064 17552_11064
17480_11072 17488_11072 17496_11072 17504_11072 17512_11072 17520_11072 17528_11072 17536_11072 17544_11072 17552_11072
17480_11080 17488_11080 17496_11080 17504_11080 17512_11080 17520_11080 17528_11080 17536_11080 17544_11080 17552_11080
17480_11088 17488_11088 17496_11088 17504_11088 17512_11088 17520_11088 17528_11088 17536_11088 17544_11088 17552_11088
17480_11096 17488_11096 17496_11096 17504_11096 17512_11096 17520_11096 17528_11096 17536_11096 17544_11096 17552_11096
17480_11104 17488_11104 17496_11104 17504_11104 17512_11104 17520_11104 17528_11104 17536_11104 17544_11104 17552_11104
17480_11112 17488_11112 17496_11112 17504_11112 17512_11112 17520_11112 17528_11112 17536_11112 17544_11112 17552_11112
17480_11120 17488_11120 17496_11120 17504_11120 17512_11120 17520_11120 17528_11120 17536_11120 17544_11120 17552_11120
17480_11128 17488_11128 17496_11128 17504_11128 17512_11128 17520_11128 17528_11128 17536_11128 17544_11128 17552_11128
It is just little segment from a table. I must to create batch file to tell to your program that I want file 17480_11032.bmp to be set in the grid as 1,1 (col,row); file 17488_11032 would be in (1,2) position, 17496_11032 on (1,3), 17504_11032 on (1,4) and so on. So I would need to think up mechanism for batch file to process to correct name to correct column,row coordinates. That would be one thing.
Basic variables in the CMD script should be first position of the first image, and x a y size of the square or rectangle. Or to find way how to define some system to place the image on correct place. As I say, I am beginner and I worry of long labyrinthine codes.
But I think that calculation of pixel position for every position should do ImageMagick. It would simplify much of work of the CMD programmer.
I tried the last link from anthony but it does not work. When should we welcome the new product IM7? What does mean "(once released)" is it downloadable?