Replies: 2 comments 3 replies
-
What are you using to read that information? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Magick.net now. But I have a problem with fix Density.
Code goes well but Density change like
img.Denstiy = new Density(1800,360,DensityUnit.PixelsPerInch);
I get wrong DPI. Like this.
I want to fix DPI (1800x360) but I get (1800x1800).
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions