Add a new module for resizing images including Lanczos

This commit is contained in:
luisangelsm
2026-03-06 17:10:59 +01:00
parent fe8e1670cb
commit 61a7e3b9c6
6 changed files with 2473 additions and 0 deletions

View File

@ -132,6 +132,7 @@ add_subdirectory(common)
if(NOT BUILD_SERVER_STANDALONE)
add_subdirectory(shortcuts_management)
add_subdirectory(custom_widgets)
add_subdirectory(image_processing)
endif()
add_subdirectory(YACReaderLibrary/server)