stolowski / QComicBook

Viewer for comic book archives that aims at convenience and simplicity
https://github.com/stolowski/QComicBook
GNU General Public License v2.0
86 stars 30 forks source link

Feature Request: Images Filtering #11

Open ekianjo opened 9 years ago

ekianjo commented 9 years ago

When one gets comics from online sources, sometimes scans are not of the best quality and suffer from compression artifacts and/or poor resolution. There are actually filters out there to help improve the quality of such images significantly - Waifu2x is one (but not easy I think), while other filters such as NNEDI3 (http://bengal.missouri.edu/~kes25c/) in Avisynth that would be great if they could be integrated / used together with qComicbook.

stolowski commented 9 years ago

Absolutely. I was experimenting with some graphics filtering in qcomicbook a long time ago (long enough to completely forget where I left off...). It would definately be a great enhancement. Thanks for pointers for existing algorightms, will keep them in mind when I find time to work on new release.

ekianjo commented 9 years ago

Thanks - sounds good. One thing that I'm not sure : whether it makes sense to apply those filters in "real time" before displaying an image, or if it's a better approach to apply it to the whole folder in the background. Depending on how computationally intensive those filters are, you want to consider either way.