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

Does GIMP support GEOTIFF files?

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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Does GIMP support GEOTIFF files? Maverick Merritt 24 Aug 20:13
  Does GIMP support GEOTIFF files? Kevin Cozens 24 Aug 21:29
   Does GIMP support GEOTIFF files? Jeffrey Brent McBeth 24 Aug 21:46
    Does GIMP support GEOTIFF files? scott s. 26 Aug 01:09
    Does GIMP support GEOTIFF files? Maverick Merritt 27 Aug 15:03
     Does GIMP support GEOTIFF files? Kevin Cozens 27 Aug 17:04
   Does GIMP support GEOTIFF files? scott s. 24 Aug 21:59
Maverick Merritt
2007-08-24 20:13:26 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Hello,

Does the GIMP support GEOTIFF files? If not, are there any plans to do so?

Sincerely,
________________
Maverick Merritt

Software Engineering Department Science Applications International Corporation (SAIC) Contractor to the USGS at the Center for Earth Resources Observation & Science (EROS) Sioux Falls, SD 57198

Kevin Cozens
2007-08-24 21:29:49 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Maverick Merritt wrote:

Does the GIMP support GEOTIFF files? If not, are there any plans to do so?

The answer to both questions is no. It is unlikely that the file format would be supported in GIMP unless there is a publically available document which describes the file format. If there is such a document, it just takes an interested party to create a plug-in for the format.

Jeffrey Brent McBeth
2007-08-24 21:46:52 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

On Fri, Aug 24, 2007 at 03:29:49PM -0400, Kevin Cozens wrote:

Maverick Merritt wrote:

Does the GIMP support GEOTIFF files? If not, are there any plans to do so?

The answer to both questions is no. It is unlikely that the file format would be supported in GIMP unless there is a publically available document which describes the file format. If there is such a document, it just takes an interested party to create a plug-in for the format.

It has been almost ten years since I worked with GEOTIFF files, but IIRC they are just TIFF files with a couple extra tags telling you where the image is geospatially located. That should mean that GIMP can open a GEOTIFF fine, but there are no guarantees that it can keep the tags if you then save it. Note, I haven't checked this in a long long time, but it did work then.

Jeff

scott s.
2007-08-24 21:59:37 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Kevin Cozens wrote:

Maverick Merritt wrote:

Does the GIMP support GEOTIFF files? If not, are there any plans to do so?

The answer to both questions is no. It is unlikely that the file format would be supported in GIMP unless there is a publically available document which describes the file format. If there is such a document, it just takes an interested party to create a plug-in for the format.

Of course, such a document does exist at remotesensing.org, and it would be nice if the tiff plugin for GIMP simply kept the geotiff tags in the file, but I guess it is one of the features of this style of open source software development that you can have GIMP and GDAL developed on the same model, but they can't interoperate.

scott s. .

scott s.
2007-08-26 01:09:10 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Jeffrey Brent McBeth wrote:

It has been almost ten years since I worked with GEOTIFF files, but IIRC they are just TIFF files with a couple extra tags telling you where the image is geospatially located. That should mean that GIMP can open a GEOTIFF fine, but there are no guarantees that it can keep the tags if you then save it. Note, I haven't checked this in a long long time, but it did work then.

GIMP kills the GeoTiff tags. In earlier versions it would produce a huge stack of error message windows when loading, complaining about unknown tags, but now in ver 2.2.15 it just gives 3 errors per GeoTiff which is manageable. I load my GeoTiffs in GIS software first to save the geo data before editing in GIMP, so I can then reload it using the data and have my GIS restore the GeoTiff tags.

scott s. .

Maverick Merritt
2007-08-27 15:03:03 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Hello,

Actually, that would be the problem. The gimp does load up the image, giving warnings about the tags it does not understand, and when one saves the image these tags are lost. I have used the Gimp for various (fairly simple) image processing as a user, but I have not looked at the code or creating a plug-in, which I might look into doing (but, unfortunately, may be a bit limited on time) . Documentation and a geotiff library can be found here, btw: http://remotesensing.org/geotiff/geotiff.html

Sincerely, ________________
Maverick Merritt

Jeffrey Brent McBeth Sent by: gimp-user-bounces@lists.XCF.Berkeley.EDU 08/24/2007 02:46 PM

To
gimp-user@lists.xcf.berkeley.edu
cc

Subject
Re: [Gimp-user] Does GIMP support GEOTIFF files?

On Fri, Aug 24, 2007 at 03:29:49PM -0400, Kevin Cozens wrote:

Maverick Merritt wrote:

Does the GIMP support GEOTIFF files? If not, are there any plans to

do so?

The answer to both questions is no. It is unlikely that the file format

would

be supported in GIMP unless there is a publically available document

which

describes the file format. If there is such a document, it just takes an

interested party to create a plug-in for the format.

It has been almost ten years since I worked with GEOTIFF files, but IIRC they are just TIFF files with a couple extra tags telling you where the image is geospatially located. That should mean that GIMP can open a GEOTIFF fine, but there are no guarantees that it can keep the tags if you then save it. Note, I haven't checked this in a long long time, but it did
work then.

Jeff

Kevin Cozens
2007-08-27 17:04:44 UTC (about 17 years ago)

Does GIMP support GEOTIFF files?

Maverick Merritt wrote:

The gimp does load up the image, giving warnings about the tags it does not understand, and when one saves the image these tags are lost. I have used the Gimp for various (fairly simple) image processing as a user, but I have not looked at the code or creating a plug-in, which I might look into doing (but,

If the GeoTIFF format is just TIFF with some specialized tags, it should be just a case of enhancing the existing TIFF load/save routines instead of adding a new plug-in.

When the TIFF loader is reading a GeoTIFF file, the tags could be converted in to image parasites. When the file is re-saved, the parasites could be converted back to tags as the file is

The possibility of doing this will depend in part in how easy/hard it is to recognize a GeoTIFF file vs. an ordinary TIFF file.