Increasing DPI of image
Forums ► For GIMP users ► Increasing DPI of image
-
Dotan Cohen
(about 3 years ago)
-
David Gowers
(about 3 years ago)
-
Dotan Cohen
(about 3 years ago)
-
David Gowers
(about 3 years ago)
- Dotan Cohen (about 3 years ago)
- Sven Neumann (about 3 years ago)
-
David Gowers
(about 3 years ago)
-
Dotan Cohen
(about 3 years ago)
-
David Gowers
(about 3 years ago)
Sent: 2008-11-17 14:09:33 UTC (about 3 years ago)
From: Dotan Cohen
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 Cohenhttp://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
Sent: 2008-11-17 14:22:05 UTC (about 3 years ago)
From: David Gowers
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
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2008-11-17 15:54:16 UTC (about 3 years ago)
From: Dotan Cohen
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!
--
Dotan Cohenhttp://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
Sent: 2008-11-18 00:10:00 UTC (about 3 years ago)
From: David Gowers
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
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2008-11-18 08:48:01 UTC (about 3 years ago)
From: Dotan Cohen
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.--
Dotan Cohenhttp://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
Sent: 2008-11-18 09:19:23 UTC (about 3 years ago)
From: Sven Neumann
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




