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

Add APNG support #4243

Merged
merged 21 commits into from Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Ubuntu cache
uses: actions/cache@v1
Expand Down
Binary file added Tests/images/apng/blend_op_over.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/blend_op_source_solid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/blend_op_source_transparent.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_actl_after_idat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_multi_actl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_no_actl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_no_fctl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_no_fdat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/chunk_repeat_fctl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/delay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/delay_round.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/delay_short_max.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/delay_zero_denom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/delay_zero_numer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_background_final.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_background_region.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_none.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_none_region.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_previous.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_previous_final.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_previous_first.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/images/apng/dispose_op_previous_region.png
Binary file added Tests/images/apng/fctl_actl.png
Binary file added Tests/images/apng/mode_16bit.png
Binary file added Tests/images/apng/mode_greyscale.png
Binary file added Tests/images/apng/mode_greyscale_alpha.png
Binary file added Tests/images/apng/mode_palette.png
Binary file added Tests/images/apng/mode_palette_1bit_alpha.png
Binary file added Tests/images/apng/mode_palette_alpha.png
Binary file added Tests/images/apng/num_plays.png
Binary file added Tests/images/apng/num_plays_1.png
Binary file added Tests/images/apng/sequence_fdat_fctl.png
Binary file added Tests/images/apng/sequence_gap.png
Binary file added Tests/images/apng/sequence_reorder.png
Binary file added Tests/images/apng/sequence_reorder_chunk.png
Binary file added Tests/images/apng/sequence_repeat.png
Binary file added Tests/images/apng/sequence_repeat_chunk.png
Binary file added Tests/images/apng/sequence_start.png
Binary file added Tests/images/apng/single_frame.png
Binary file added Tests/images/apng/single_frame_default.png
Binary file added Tests/images/apng/split_fdat.png
Binary file added Tests/images/apng/split_fdat_zero_chunk.png
Binary file added Tests/images/apng/syntax_num_frames_high.png
Binary file added Tests/images/apng/syntax_num_frames_invalid.png
Binary file added Tests/images/apng/syntax_num_frames_low.png
Binary file added Tests/images/apng/syntax_num_frames_zero.png
Binary file added Tests/images/apng/syntax_num_frames_zero_default.png