gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gimp-user | today 10:48 AM
    Suppressing the "press any character to close this window" message in Script-Fu
  2. gimp-developer | today 10:45 AM
    Help with new default resources in 2.8
  3. gimp-docs | today 10:34 AM
    Where does the HTML documentation
  4. gimp-developer | today 09:34 AM
    html layers
  5. gimp-developer | today 08:50 AM
    Please fix Color and/or Value transfer mode

External news

Poll

Would you like to see or even participate in GFX contests hosted by gimpusers.com?

Yes, but prices for winners are important!

Yes, GFX contests are a good idea! It brings community together even if there are no prices available

No, contests are not important

Maybe, it is however not a tragedy if there are no contests. I don't care much.

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GIMP users

Increasing DPI of image

Jump to message:

  1. Increasing DPI of image — Dotan Cohen, 17 Nov 2008 02:09 PM
    1. Increasing DPI of image — David Gowers, 17 Nov 2008 02:22 PM
      1. Increasing DPI of image — Dotan Cohen, 17 Nov 2008 03:54 PM
        1. Increasing DPI of image — David Gowers, 18 Nov 2008 12:10 AM
          1. Increasing DPI of image — Dotan Cohen, 18 Nov 2008 08:48 AM
          2. Increasing DPI of image — Sven Neumann, 18 Nov 2008 09:19 AM

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
↑Back to thread overview
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
↑Back to thread overview
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
↑Back to thread overview
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
↑Back to thread overview
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
↑Back to thread overview
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
↑Back to thread overview

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 / Privacy policy | powered by bitfire it services | sponsored by Hirners Hotel Guide