| Summary: | Add a magic scale tool (as a alternative to standard scaling filters like bicubic etc.) | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | animtim |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | cberger, halla, tamtamy.tymona |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
animtim
2011-03-30 16:07:42 UTC
for anyone willing to implement this. In the source code, it seems the algorithm is located in "SmillaEnlarger_0.9.0_source/SmillaEnlargerSrc/ImageEnlargerCode". And from reading "EnlargerTemplate.h" it seems what we have to do is to implement ReadCurentBlock and WriteDstBlock to get and set the data. Then of course we need a UI, and I don't think it can integrate easilly in our scale dialog nor filter. WISHGROUP: Stretchgoal I think if we're going to have a magic enlarge, we should use a newer technology using some neural networks. I think they had a bit better results... I remember David Revoy giving some nice examples with text. |