gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gimp-developer | today 10:46 AM
    is this option hidden somewhere, or it is not implemented ? (related to dock windows)
  2. gimp-developer | yesterday 06:18 PM
    Dockable Dialogs Should be Dockable Everywhere
  3. gimp-docs | yesterday 04:02 PM
    "make validate" and <revnumber>
  4. gimp-docs | 05 Jan 2009 09:56 PM
    Cygwin and .po, first steps
  5. gimp-user | 05 Jan 2009 07:59 PM
    Fonts

External news

Poll

Do you enjoy GIMP 2.6?

Great work! I love it (please post why)

It's okay - could have been more changes

I was not able to install it yet / it does not work currently

I don't like it (please post why)

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GIMP users

Increasing DPI of image

Jump to message:

As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.

Permalink:880dece00811170509k21aa3b3dxb5cf2bb85...
Date:17 Nov 2008 02:09 PM
From:Dotan Cohen
Subject: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.

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

ä-ö-ü-ß-Ä-Ö-Ü
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Permalink:23f4e3390811170522t74fb2dbmc7a9ff1bfd...
Date:17 Nov 2008 02:22 PM
From:David Gowers
Subject:Increasing DPI of image
Hi,

2008/11/17 Dotan Cohen <dotancohen@gmail.com>:
> 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
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Permalink:880dece00811170654l3c759069t83af77d6a...
Date:17 Nov 2008 03:54 PM
From:Dotan Cohen
Subject:Increasing DPI of image
2008/11/17 David Gowers <00ai99@gmail.com>:
> Hi,
>
> 2008/11/17 Dotan Cohen <dotancohen@gmail.com>:
>> 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!

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

ä-ö-ü-ß-Ä-Ö-Ü
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Permalink:23f4e3390811171510l73159743v63369231e...
Date:18 Nov 2008 12:10 AM
From:David Gowers
Subject:Increasing DPI of image
Hi,

On Tue, Nov 18, 2008 at 1:24 AM, Dotan Cohen <dotancohen@gmail.com> wrote:
> 2008/11/17 David Gowers <00ai99@gmail.com>:
> 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
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Permalink:880dece00811172348t5e6fc6ek522ef6c39c...
Date:18 Nov 2008 08:48 AM
From:Dotan Cohen
Subject:Increasing DPI of image
2008/11/18 David Gowers <00ai99@gmail.com>:
> Hi,
>
> On Tue, Nov 18, 2008 at 1:24 AM, Dotan Cohen <dotancohen@gmail.com> wrote:
>> 2008/11/17 David Gowers <00ai99@gmail.com>:
>> 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.

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

ä-ö-ü-ß-Ä-Ö-Ü
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Permalink:1226996363.5373.14.camel@bender
Date:18 Nov 2008 09:19 AM
From:Sven Neumann
Subject: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


_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Adobe® Photoshop® is a registered trademark of Adobe Systems, Inc. Linux is a trademark of Linus Torvalds. Ubuntu and Canonical are registered trademarks of Canonical Ltd. | Clock times are shown as CET / CEST | Imprint | powered by bitfire it services