개정판 222bac4d
issue #000: fix gen label
Change-Id: Icac9b8d11d80fccffa4c5212499188df5e8f22e8
DTI_PID/DTI_PID/TrainingSymbolImageListDialog.py | ||
---|---|---|
318 | 318 |
grid_size[0] = grid_size[0] + space * 2 |
319 | 319 |
grid_size[1] = grid_size[1] + space * 2 |
320 | 320 |
|
321 |
if max(grid_size[0], grid_size[1]) >= tilesize: |
|
322 |
continue |
|
323 |
|
|
321 | 324 |
dimension = [None, None] |
322 | 325 |
dimension[0] = int(tilesize / grid_size[0]) |
323 | 326 |
dimension[1] = int(tilesize / grid_size[1]) |
내보내기 Unified diff