Added function to convert image compatible with qlabel.

This commit is contained in:
Mr Finchum 2025-01-08 15:38:03 +01:00
parent 8e56565b29
commit 1d43b76bc4
3 changed files with 30 additions and 18 deletions

View file

@ -1,6 +1,10 @@
# Changelog
## 0.6.x
### 0.6.5-a
- No breaking changes to backward compatibility yet.
- Updated the `process` function: an image can now be returned in a modified form without saving. It is returned as a Qt image, which is required for the new UI functionality.
### 0.6.4
- Released a stable-ish version to ensure compatibility with the current GUI in OptimaLab35 (v0.1.0).
- This version serves as a baseline before potential breaking changes in future updates.