modified: README.md

modified:   nst/tools.py
	modified:   sub_windows/sub_window_9.py
master
shawn-sheep 2 years ago
parent e84f0be0ca
commit 1c65cac51f

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """
Created on Wed Apr 3 16:30:00 2019 Created on 2023/6/15
@author: Wellenwoo @author:shawn-sheep
图像格式转换的工具; 图像格式转换的工具;
""" """
from __future__ import print_function from __future__ import print_function

@ -73,7 +73,7 @@ class SubWindow(QMainWindow):
t = time.time() t = time.time()
dt, img = transfer.fit() dt, img = transfer.fit()
print("time:")
print(time.time() - t) print(time.time() - t)
# print(dt,img) # print(dt,img)
@ -84,4 +84,3 @@ class SubWindow(QMainWindow):
pixmap = QPixmap.fromImage(qimage) pixmap = QPixmap.fromImage(qimage)
self.ui.label_image_3.setPixmap(pixmap) self.ui.label_image_3.setPixmap(pixmap)
pass

Loading…
Cancel
Save