https://github.com/margi47/pagecounter
Simple algorithm for calculating amount of A4 pages required for printing an imagery document.
https://github.com/margi47/pagecounter
csharp dotnet xunit
Last synced: 2 months ago
JSON representation
Simple algorithm for calculating amount of A4 pages required for printing an imagery document.
- Host: GitHub
- URL: https://github.com/margi47/pagecounter
- Owner: Margi47
- License: mit
- Created: 2016-06-19T12:23:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T13:59:07.000Z (about 8 years ago)
- Last Synced: 2025-06-24T01:39:02.690Z (about 1 year ago)
- Topics: csharp, dotnet, xunit
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PageCounter
As an input application receives an array of images with known size in px and resolution in mm or inches.
Then for each image it calculates a physical size in mm or inches accordingly. As a result we have an array of image sizes.
Finally based on this array, application calculates amount of A4 pages, needed to print all of images.