Skip to content

Commit

Permalink
Merge branch 'main' into bits-per-component
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 9, 2022
2 parents 1cd086d + f4f74c7 commit aec3a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyPDF2/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,9 @@ class CCITTFaxDecode:
def _get_parameters(
parameters: Union[None, ArrayObject, DictionaryObject], rows: int
) -> CCITParameters:
# TABLE 3.9 Optional parameters for the CCITTFaxDecode filter
k = 0
columns = 1728 # TABLE 3.9 Optional parameters for the CCITTFaxDecode filter
columns = 1728
if parameters:
if isinstance(parameters, ArrayObject):
for decode_parm in parameters:
Expand Down

0 comments on commit aec3a99

Please sign in to comment.