Skip to content

Commit

Permalink
yeah do not want to end up with floats
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarin committed Feb 19, 2024
1 parent 51643b5 commit c087d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HTFeed/Stage/ImageRemediate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ sub extract_png_metadata {
my $olf = shift; # ref to $self->{oldFields}, a hash of exiftool data.
my $originalPixelUnit = $olf->{'PNG-pHYs:PixelUnits'};
my $pixelUnit = "in";
my $multiplier = 1.0;
my $multiplier = 1;

# PNG might give resolution in meters, we want it in centimeters.
# 100 pixels-per-meter is 1 pixels-per-centimeter (100:1)
Expand Down

0 comments on commit c087d78

Please sign in to comment.