Add readPixel param to getImage()

This commit is contained in:
2023-02-09 21:27:59 +01:00
parent 02e3aba6a7
commit 3141092456
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(libXISF VERSION 0.1.1 LANGUAGES CXX C)
project(libXISF VERSION 0.1.2 LANGUAGES CXX C)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOUIC ON)