Skip to content

Commit

Permalink
Merge pull request #4243 from pmrowla/apng
Browse files Browse the repository at this point in the history
Add APNG support
  • Loading branch information
hugovk committed Mar 31, 2020
2 parents b5cf165 + 91289f8 commit f27873a
Show file tree
Hide file tree
Showing 57 changed files with 1,085 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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

0 comments on commit f27873a

Please sign in to comment.