Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve precision (idea) #2

Closed
puzrin opened this issue Sep 22, 2014 · 1 comment
Closed

Improve precision (idea) #2

puzrin opened this issue Sep 22, 2014 · 1 comment

Comments

@puzrin
Copy link
Member

puzrin commented Sep 22, 2014

  1. We could use double precision (16 bits per channel) for first pass. That requires more memory for intermediate result, but it can be compensated by interleaving convolve operations over circular buffer. See chromium skia sources for details (refs in readme).
  2. Also, it's possible to use double precision to pass data for unsharp function (but only if [1] done).

I don't know if it's really needed. But if someone find it funny - do it.

@puzrin
Copy link
Member Author

puzrin commented Oct 29, 2015

Will ot help much since JS has no access to gamma correction info. Only manual parser of binary data can help.

@puzrin puzrin closed this as completed Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant