config update

This commit is contained in:
Christoph K.
2026-03-14 11:51:50 +01:00
parent 7ea5b449ce
commit f3d8c62d2c
2 changed files with 3 additions and 3 deletions

View File

@@ -213,8 +213,8 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program. //Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
//The CMake toolchain file //No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/jacek/projekte/photo-converter/cmake/toolchain-mingw64.cmake CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/jacek/projekte/photo-converter/cmake/toolchain-mingw64.cmake
//If this value is on, makefiles will be generated without the //If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console // .SILENT directive, and all commands will be echoed to the console

View File

@@ -37,7 +37,7 @@ output_bit_depth = 16
auto_crop = true auto_crop = true
# Apply unsharp-mask sharpening (true/false) # Apply unsharp-mask sharpening (true/false)
sharpen = true sharpen = false
# Invert negative to positive (true/false) # Invert negative to positive (true/false)
# Set to false if input is already a positive (slide/print) # Set to false if input is already a positive (slide/print)