(12-15-2021, 01:27 PM)Krikor Wrote:(12-15-2021, 07:43 AM)Ofnuts Wrote:Quote: tileCR0, tileCR1, tileRC0, tileRC1: the sequence number of the tile. The tileRC value increments the columns before the rows, and the tileCR values increments the rows before the columns.
I'm sorry if I'm wrong, my English is admittedly deplorable, but wouldn't it be the other way around?
The tileRC value increments the rows before the columns, and the tileCR values increments the columns before the rows. ?!
No, that's the way it is. The coordinates of the tiles in a X,Y referential is really (column,row). So tileRC, to ouput the images row by row, goes (1, 1), (2, 1), (1, 2), (2, 2) and this increments the columns before the rows: