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 -*-
"""
Created on Wed Apr 3 16:30:00 2019
@author: Wellenwoo
Created on 2023/6/15
@author:shawn-sheep
图像格式转换的工具;
"""
from __future__ import print_function

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

Loading…
Cancel
Save