Search found 1 match
- 2017-12-13T10:42:36-07:00
- Forum: Magick.NET
- Topic: Force Density Units on Read?
- Replies: 1
- Views: 11230
Force Density Units on Read?
I am attempting to create a unit test around some dynamically generated images and wanted to ensure that images are being created at 300x300 dpi. In certain formats, such as png, they are being read back in metric, which fails my asserts. Is there a way to force it to dpi on read? Some reproduce ...