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

@ -98,6 +98,7 @@ target_link_libraries(YACReader PRIVATE
custom_widgets_reader
shortcuts_reader
cbx_backend
image_processing
QsLog
)