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

gimp-user-list Digest, Vol 103, Issue 1

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.

2 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

mailman.391.1585734146.9523... 01 Apr 18:33
  gimp-user-list Digest, Vol 103, Issue 1 Paul St George 01 Apr 18:32
  Converting TIFF files for use in Processing Paul St George 02 Apr 06:10
Paul St George
2020-04-01 18:32:50 UTC (about 4 years ago)

gimp-user-list Digest, Vol 103, Issue 1

Message: 1
Date: Tue, 31 Mar 2020 14:19:16 +0200 From: Paul St George
To:gimp-user-list@gnome.org
Subject: [Gimp-user] Converting TIFF files for use in Processing Message-ID:
Content-Type: text/plain; charset=utf-8; format=flowed

Hello,

I want to use .tiff files in Processing. I can load .tiff images into a Processing sketch if the image has been made by Processing. I cannot load other .tiff files. Does anyone know enough about both gimp and Processing to help? There is clearly something in the metadata that I need to discard or change.

Thanks, Paul

------------------------------

Message: 2 Date: Tue, 31 Mar 2020 15:00:45 +0100 From: Ken Moffat
To:gimp-user-list@gnome.org
Subject: Re: [Gimp-user] Converting TIFF files for use in Processing Message-ID:
Content-Type: text/plain; charset=utf-8

On Tue, Mar 31, 2020 at 02:19:16PM +0200, Paul St George wrote:

Hello,

I want to use .tiff files in Processing. I can load .tiff images into a Processing sketch if the image has been made by Processing. I cannot load other .tiff files. Does anyone know enough about both gimp and Processing to help? There is clearly something in the metadata that I need to discard or change.

Thanks,
Paul

'TIFF' has been described as 'Thousands of Incompatible File Formats'. I've seen warnings in gimp, in the past, when opening tiffs created by a proprietary application (they were created many years ago), but at least they opened.

An overview of the formats is at wikipedia.

Perhaps you could raise an issue athttps://github.com/processing to see if the requirements are documented anywhere ?

?en -- When alle is ?ayed and all is done, ye must choo?e your faces wisely, for soon enouff ye will be playing with fyre." The Nice and Accurate Prophecies of Agnes Nutter, Prophecy 5004

Thanks Ken,
That was a very good suggestion. I found the relevant code at: https://github.com/processing/processing/blob/master/core/src/processing/core/PImage.java#L3012

Now I just need to find someone who understands it! Any ideas?

Paul St George
2020-04-02 06:10:34 UTC (about 4 years ago)

Converting TIFF files for use in Processing

Message: 1
Date: Tue, 31 Mar 2020 14:19:16 +0200 From: Paul St George
To:gimp-user-list@gnome.org
Subject: [Gimp-user] Converting TIFF files for use in Processing Message-ID:
Content-Type: text/plain; charset=utf-8; format=flowed

Hello,

I want to use .tiff files in Processing. I can load .tiff images into a Processing sketch if the image has been made by Processing. I cannot load other .tiff files. Does anyone know enough about both gimp and Processing to help? There is clearly something in the metadata that I need to discard or change.

Thanks, Paul

------------------------------

Message: 2 Date: Tue, 31 Mar 2020 15:00:45 +0100 From: Ken Moffat
To:gimp-user-list@gnome.org
Subject: Re: [Gimp-user] Converting TIFF files for use in Processing Message-ID:
Content-Type: text/plain; charset=utf-8

On Tue, Mar 31, 2020 at 02:19:16PM +0200, Paul St George wrote:

Hello,

I want to use .tiff files in Processing. I can load .tiff images into a Processing sketch if the image has been made by Processing. I cannot load other .tiff files. Does anyone know enough about both gimp and Processing to help? There is clearly something in the metadata that I need to discard or change.

Thanks,
Paul

'TIFF' has been described as 'Thousands of Incompatible File Formats'. I've seen warnings in gimp, in the past, when opening tiffs created by a proprietary application (they were created many years ago), but at least they opened.

An overview of the formats is at wikipedia.

Perhaps you could raise an issue athttps://github.com/processing to see if the requirements are documented anywhere ?

?en -- When alle is ?ayed and all is done, ye must choo?e your faces wisely, for soon enouff ye will be playing with fyre." The Nice and Accurate Prophecies of Agnes Nutter, Prophecy 5004

Thanks Ken,
That was a very good suggestion. I found the relevant code at: https://github.com/processing/processing/blob/master/core/src/processing/core/PImage.java#L3012

Now I just need to find someone who understands it! Any ideas?