mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
Implement lanczos for upscaling to get crispier images
This commit is contained in:
8
image_processing/image_processing.pri
Normal file
8
image_processing/image_processing.pri
Normal file
@ -0,0 +1,8 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/resize_image.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/resize_image.h
|
Reference in New Issue
Block a user