Files rasterization #1842
Replies: 1 comment
-
Looking at your code it looks like you are using two different input images? Next time please paste your example as code instead of an image. And please create a small example that reproduces your issue so I can help figure out what is happening. I now don't have enough information/code to reproduce your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using Magick.NET to rasterize images into PNG format. Despite using the same DPI settings and starting with input images of the same resolution, the resulting PNGs have different resolutions (width and height in pixels). This issue occurs when rasterizing images in different color spaces (e.g., sRGB and CMYK).
processed-svg.pdf file is rasterized to CMYK color space.
Used DPI is 144, and here is ss of code :
Since we are checking and matching colors it is important for our use case to have both imaged in exact same resolution.
Is there any internal behavior in Magick.NET that could cause this discrepancy that we are not aware of? How can I ensure consistent resolutions across different color spaces?
Kind regards,
Ivana
Beta Was this translation helpful? Give feedback.
All reactions