Re: [Gimp-user] Image resolution bad detection (?)

2009-09-15 Thread Jaime Seuma
Thank you all for the responses, they have been useful to me.

Sven Neumann wrote:

 Most likely your software embeds the resolution information into the
 Exif metadata and fails to update the resolution in the JFIF header.
 That's a minor problem as the resolution is really just some arbitrary
 number and pretty much meaningless for photographs.

Ok, I can understand this; maybe the software just creates exif data for
resolution, but doesn't care about the right JFIF header.
I've set the Gimp to use 350x350 by default, that will do.


 There is a bug report about the JPEG plug-in failing to recognize the
 resolution in the Exif data. If you care, feel free to provide a patch
 to fix this.

I see your point; but unfortunately it is not an option for me to try to
do this.
Despite I have worked as a developer, it is not an option for me to set
a suitable development environment, with all the libraries and
dependencies and all, and then get acquainted with the internals of the
Gimp, and get acquainted with the coding style, and so on and so forth.

I'd like to, but I simply don't have the time.

All the same, I've discovered myself thinking that when the time is
right, the Gimp would be one of the open source projects I'd like to get
involved with (as a developer, maybe taking care of some bug or
something) if I found my skills were good enough.

Thanks for the tips, and thanks for all the wonderful work done by the
developers of the Gimp.

Regards

Jaime



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


Re: [Gimp-user] Image resolution bad detection (?)

2009-09-14 Thread Jozef Legeny
On Mon, Sep 14, 2009 at 4:12 PM, Jaime Seuma jaims.se...@gmail.com wrote:


 I had never noticed that! Thing is that every time I scale down an
 image, the Gimp sets 72 dpi as default for resolution.


maybe the gimp selects the default dpi as set in
edit-preferences-default image

 All of my images are at this (low) resolution now (which doesn't matter
 as I've kept the original RAW files). I didn't notice this when I was
 working with the Gimp, till a few days ago that a friend told me -when I
 showed him my pics- that I should keep resolution higher when
 downscaling jpgs.

 Am I missing something here? Any ideas?

 I must confess that I have never worried about the resolution before,
 and I don't think I understand this issue completely.


As long as you are using pixels as units for rescaling there is no
problem with the DPI.
GIMP works with pixels and thus the DPI is only an information so any
program manipulating
the image can know its actual dimensions.

This is useful for example when printing or rescaling image to a
natural size. You can always
change the DPI of the image without modifying the actual pixels.

-- 

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


Re: [Gimp-user] Image resolution bad detection (?)

2009-09-14 Thread Andre den Oudsten
Jaime Seuma schreef:
 Hello

 I use The Gimp to edit my photographs, which I shoot with a Canon EOS 50D.
 I shoot always RAW, and use the propietary Canon software (DPP) to
 process the pictures a bit before converting them to jpeg (max
 conversion quality) with a resolution of  350 dpi.

 But when I open this jpg with the Gimp, either through the 'print size'
 dialog, the 'image scale' dialog or the 'image properties' dialog, seems
 to me that the Gimp takes it as 72 dpi resolution. Out of curiosity,
 I've just open the same image with both the Gimp and Photoshop Elements,
 and Elements states that it has a resolution of 350 dpi (as expected).

 I had never noticed that! Thing is that every time I scale down an
 image, the Gimp sets 72 dpi as default for resolution.

 All of my images are at this (low) resolution now (which doesn't matter
 as I've kept the original RAW files). I didn't notice this when I was
 working with the Gimp, till a few days ago that a friend told me -when I
 showed him my pics- that I should keep resolution higher when
 downscaling jpgs.

 Am I missing something here? Any ideas?

 I must confess that I have never worried about the resolution before,
 and I don't think I understand this issue completely.

 TIA

 Jaime


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

   
See if this helps: http://www.scantips.com/basics01.html
 
as i learned this morning from Bob Long

André den Oudsten
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Image resolution bad detection (?)

2009-09-14 Thread Sven Neumann
Hi,

On Mon, 2009-09-14 at 16:12 +0200, Jaime Seuma wrote:

 I use The Gimp to edit my photographs, which I shoot with a Canon EOS 50D.
 I shoot always RAW, and use the propietary Canon software (DPP) to
 process the pictures a bit before converting them to jpeg (max
 conversion quality) with a resolution of  350 dpi.
 
 But when I open this jpg with the Gimp, either through the 'print size'
 dialog, the 'image scale' dialog or the 'image properties' dialog, seems
 to me that the Gimp takes it as 72 dpi resolution. Out of curiosity,
 I've just open the same image with both the Gimp and Photoshop Elements,
 and Elements states that it has a resolution of 350 dpi (as expected).

Most likely your software embeds the resolution information into the
Exif metadata and fails to update the resolution in the JFIF header.
That's a minor problem as the resolution is really just some arbitrary
number and pretty much meaningless for photographs.

There is a bug report about the JPEG plug-in failing to recognize the
resolution in the Exif data. If you care, feel free to provide a patch
to fix this.


Sven


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