mirror of
https://github.com/YACReader/yacreader
synced 2026-01-30 11:53:32 -05: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