Skip to content

Commit

Permalink
Merge pull request datalogics#29 from datalogics-josepha/fix-casing
Browse files Browse the repository at this point in the history
Fix casing.
  • Loading branch information
datalogics-robl authored Dec 22, 2023
2 parents 1bbcd31 + 269c7de commit 35e2423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Images/RasterizePage/RasterizePage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void Main(string[] args)
//
////////////////////////////////////////////////////////

CreatePageImageBasedOnPhysicalSize(pg, sOutput + "-grayscale-halfsize.png", ImageType.Png,
CreatePageImageBasedOnPhysicalSize(pg, sOutput + "-grayscale-halfsize.png", ImageType.PNG,
ColorSpace.DeviceGray);


Expand Down

0 comments on commit 35e2423

Please sign in to comment.