개정판 3effed47
issue #000: 1108
Change-Id: I6a91bd70419a22f4f9eebbf6f915c22a290d67be
DTI_PID/DTI_PID/TrainingSymbolImageListDialog.py | ||
---|---|---|
247 | 247 |
img = Image.open(imgPath) |
248 | 248 |
images.append([img, imgPath]) |
249 | 249 |
|
250 |
print(len(images)) |
|
251 | 250 |
if len(images) is 0: |
252 | 251 |
continue |
253 | 252 |
|
... | ... | |
287 | 286 |
|
288 | 287 |
train_image_path = os.path.join(project.getTrainingSymbolFilePath(), str(uuid.uuid4()) + '.png') |
289 | 288 |
merged_img.save(train_image_path) |
290 |
print(train_image_path) |
|
291 | 289 |
|
292 | 290 |
self.ui.progressBar.setValue(self.ui.progressBar.value() + 1) |
293 | 291 |
QApplication.processEvents() |
내보내기 Unified diff