Skip to content

Commit

Permalink
explain commented out check
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Oct 23, 2023
1 parent 1aedc48 commit 9c7f0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/asset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def invalidate_corrupt_tiff
/Missing required TIFF IFD0 .* PhotometricInterpretation/,
/Missing required TIFF IFD0 .* ImageWidth/,
/Missing required TIFF IFD0 .* ImageHeight/,
# Photoshop produces files missing this, it's not actually a fatal error:
# /Missing required TIFF ExifIFD .* ColorSpace/,
/IFD0:StripOffsets is zero/,
/IFD0:StripByteCounts is zero/,
Expand Down

0 comments on commit 9c7f0ba

Please sign in to comment.