Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing resolution (DPI)
#8
Print size in inches, size in pixels, and definition in DPI (or more  accurately, PPI) are inter-related, you cannot change just one:

  print size = size in pixels / definition

which is strictly equivalent to:

  size in pixels = print size * definition  

or

  definition = size in pixels / print size

In Image>Print size you can change the print size and the definition, but this won't change the size in pixels, because while print size and definition are just metadata and can be changed at will, changing the size in pixels alters the image data itself in irrevocable ways.

So, if you want your images to be 7.75"x7.75" at 300PPI, they need to be 2325x2325 pixels which may require scaling them.
Reply


Messages In This Thread
Changing resolution (DPI) - by carmen - 11-14-2018, 03:43 PM
RE: Changing resolution (DPI) - by Ofnuts - 11-14-2018, 04:06 PM
RE: Changing resolution (DPI) - by Ferdrimmler - 07-13-2019, 09:55 PM
RE: Changing resolution (DPI) - by rich2005 - 11-14-2018, 04:10 PM
RE: Changing resolution (DPI) - by carmen - 11-14-2018, 04:41 PM
RE: Changing resolution (DPI) - by rich2005 - 11-14-2018, 04:54 PM
RE: Changing resolution (DPI) - by carmen - 11-14-2018, 05:25 PM
RE: Changing resolution (DPI) - by Ofnuts - 07-13-2019, 10:39 PM
RE: Changing resolution (DPI) - by rich2005 - 07-14-2019, 12:25 PM

Forum Jump: