Bug 257498 - TIFF filter should have more robust upscaling
Summary: TIFF filter should have more robust upscaling
Status: RESOLVED INTENTIONAL
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: git master (please specify the git hash!)
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dmitry Kazakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 11:28 UTC by Cyrille Berger
Modified: 2016-01-24 15:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Berger 2010-11-21 11:28:53 UTC
KisBufferStream classes should have a deterministic way of settings the "undefined" bits.
For instance, when the flow is 6bits.
upermask = 0b11111100
lowermask = 0b11
value = (value & upermask) + ( value >> 6 & lowermask);

Or something like that.
Comment 1 Halla Rempt 2013-09-25 14:07:33 UTC
These files are exceedingly rare, outside test suites, but Dmitry wants to add a warning _if_ the user loads it.
Comment 2 Halla Rempt 2016-01-24 15:47:11 UTC
Sorry, we will not in the near future get down to this.

WISHGROUP: Out of scope