Skip to content

Gamma aware ? resize algo ? #1

@Kuranes

Description

@Kuranes

As many browser doesn't do gamma-aware resize, you might want to do a gamma aware resize by yourself (a matter of converting pixels using a pow(gamma) before & the contrary after resize.

http://filmicgames.com/archives/354
http://www.4p8.com/eric.brasseur/gamma.html

Why not multiple resize algorithms, nearest, cubic, etc...

http://www.codinghorror.com/blog/2007/07/better-image-resizing.html
http://en.wikipedia.org/wiki/Image_scaling
http://en.wikipedia.org/wiki/Lanczos_resampling
or even hqx (in case of pixel art)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions