RSS/Atom feed Twitter
Site is read-only, email is disabled

Increasing DPI of image

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Increasing DPI of image Dotan Cohen 17 Nov 14:09
  Increasing DPI of image David Gowers 17 Nov 14:22
   Increasing DPI of image Dotan Cohen 17 Nov 15:54
    Increasing DPI of image David Gowers 18 Nov 00:10
     Increasing DPI of image Dotan Cohen 18 Nov 08:48
     Increasing DPI of image Sven Neumann 18 Nov 09:19
Dotan Cohen
2008-11-17 14:09:33 UTC (about 16 years ago)

Increasing DPI of image

Can Gimp increase the DPI of a PSD file without affecting the physical dimensions of the image? We have a wedding invitation in PSD that is 72 DPI and the printer needs 300 DPI. Thanks in advance.

David Gowers
2008-11-17 14:22:05 UTC (about 16 years ago)

Increasing DPI of image

Hi,

2008/11/17 Dotan Cohen :

Can Gimp increase the DPI of a PSD file without affecting the physical dimensions of the image? We have a wedding invitation in PSD that is 72 DPI and the printer needs 300 DPI. Thanks in advance.

You need to scale your image up to 300/72 (~416.6%) of it's current size as well as setting DPI to 300.

To understand why, you need to realize that your original question is like asking 'How can I make this small while keeping it big?' -- DPI is literally how many pixels are printed per inch. Less pixels in the source image == less physical size.

David

Dotan Cohen
2008-11-17 15:54:16 UTC (about 16 years ago)

Increasing DPI of image

2008/11/17 David Gowers :

Hi,

2008/11/17 Dotan Cohen :

Can Gimp increase the DPI of a PSD file without affecting the physical dimensions of the image? We have a wedding invitation in PSD that is 72 DPI and the printer needs 300 DPI. Thanks in advance.

You need to scale your image up to 300/72 (~416.6%) of it's current size as well as setting DPI to 300.

To understand why, you need to realize that your original question is like asking 'How can I make this small while keeping it big?' -- DPI is literally how many pixels are printed per inch. Less pixels in the source image == less physical size.

David

That is actually what I had done, David, however I figured that it was worth asking if there is a better way in Gimp. Lots of people smarter than myself have worked on Gimp, and I should imagine that my situation is not unique.

Thanks!

David Gowers
2008-11-18 00:10:00 UTC (about 16 years ago)

Increasing DPI of image

Hi,

On Tue, Nov 18, 2008 at 1:24 AM, Dotan Cohen wrote:

2008/11/17 David Gowers :
That is actually what I had done, David, however I figured that it was worth asking if there is a better way in Gimp. Lots of people smarter

Well, you could create a script which only requires you to specify target DPI, and it would then read the current DPI, calculate the scaling factor from that vs target DPI, scale the image, and finally set the DPI.

gimp-image-(set|get)-resolution, gimp-image-scale (or scale-full) would be the PDB calls you'd need for this.

David

Dotan Cohen
2008-11-18 08:48:01 UTC (about 16 years ago)

Increasing DPI of image

2008/11/18 David Gowers :

Hi,

On Tue, Nov 18, 2008 at 1:24 AM, Dotan Cohen wrote:

2008/11/17 David Gowers :
That is actually what I had done, David, however I figured that it was worth asking if there is a better way in Gimp. Lots of people smarter

Well, you could create a script which only requires you to specify target DPI, and it would then read the current DPI, calculate the scaling factor from that vs target DPI, scale the image, and finally set the DPI.

gimp-image-(set|get)-resolution, gimp-image-scale (or scale-full) would be the PDB calls you'd need for this.

Thanks. I'm only working on one image, but it is good to know for the future if I run into this again.

Sven Neumann
2008-11-18 09:19:23 UTC (about 16 years ago)

Increasing DPI of image

Hi,

On Tue, 2008-11-18 at 09:40 +1030, David Gowers wrote:

Well, you could create a script which only requires you to specify target DPI, and it would then read the current DPI, calculate the scaling factor from that vs target DPI, scale the image, and finally set the DPI.

You could as well go to the Scale dialog, set the desired print resolution and the desired print size in physical units and click OK.

Sven