An open API service indexing awesome lists of open source software.

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.

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.