I have a problem I'd like to figure out how to solve.
So, I'm trying to print a picture in java (using some GUI module I've found online - that simulates how the picture is going to look (1-1 scale) on paper (I've printed some actual pictures on paper)), in specific size (known by cms).
The problem is, I've found only implementations that accept pixels size (width and height) and not cms, as a result, the size of the picutre comes out differently in different computers due to different pixels density (in computers that have good quality (more pixels per cm) the picutre comes out much smaller comparing to other less qualitative computers (smaller pixels density) - simply because there are more pixels per cm (in the actual screen) so the picture is smaller (in cm - and actually - on paper)). Are any of you familiar with any library that is able to print a picutre in java by cms and not pixels?