How to set the dpi as part of the resize process? #1351
Answered
by
dlemstra
littlegreendude
asked this question in
Help
-
Is it possible to take a 5 x 7" png @ 96dpi and resize it to 5 x 7" @300 dpi? |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Feb 25, 2023
Replies: 2 comments 4 replies
-
That would mean you would need to upscale the image because an image that is 5 x 7" @300 dpi needs more pixels than 5 x 7" png @ 96dpi. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
littlegreendude
-
I don't know if it matters, but my starting image is 20 x 30 inches @96 dpi? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would mean you would need to upscale the image because an image that is 5 x 7" @300 dpi needs more pixels than 5 x 7" png @ 96dpi.