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

Wiping blue's from pngs with no transparency. #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2014

  1. Wiping blue's from pngs with no transparency.

    Probably better to not use transparency length to determine ret array size but incase it was used for something I left it in there.
    
    It needs to be shifted when there is no transparency however, otherwise the blues get wiped from output png.
    Snkz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    bd85fc0 View commit details
    Browse the repository at this point in the history
  2. err 256*

    Snkz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    0009152 View commit details
    Browse the repository at this point in the history
  3. magic number change

    incase of 16bit channel values, keep transparency size equal to the channel size.
    Snkz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    135a5bf View commit details
    Browse the repository at this point in the history