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

Do not load transparent pixels from subsequent GIF frames #5333

Merged
merged 3 commits into from Mar 31, 2021

Commits on Mar 16, 2021

  1. GIF: Support transparency in the native decoder.

    Allow the transparency index to be passed to the native decoder.  If not
    -1, pixels with this index will be left at their previous value.
    
    This only adds the decoder support and isn't active yet.
    zewt authored and radarhere committed Mar 16, 2021
    Copy the full SHA
    a4a314f View commit details
    Browse the repository at this point in the history
  2. GIF: Handle GIF transparency in the decoder.

    Remove the special case for disposal_method == 1 and handle GIF
    transparency by telling the decoder the transparent index.
    zewt authored and radarhere committed Mar 16, 2021
    Copy the full SHA
    18854dc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b216b36 View commit details
    Browse the repository at this point in the history