Re: [Gimp-user] Converting TIFF files for use in Processing

2020-04-02 Thread Paul St George




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:<079473c1-a860-d130-e6e1-829e24124...@paulstgeorge.com>
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:<20200331140045.GA8744@llamedos.localdomain>
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?

 


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] gimp-user-list Digest, Vol 103, Issue 1

2020-04-01 Thread Paul St George




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:<079473c1-a860-d130-e6e1-829e24124...@paulstgeorge.com>
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:<20200331140045.GA8744@llamedos.localdomain>
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?

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] Converting TIFF files for use in Processing

2020-03-31 Thread Paul St George

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

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] High precision color picker

2020-01-10 Thread Paul St George



On 10/01/2020 12:00, gimp-user-list-requ...@gnome.org wrote:

On Thu, Jan 9, 2020 at 3:45 AM Ofnuts wrote:
I would strongly advise using the Pixel option instead. It gives
exactly the precision of the actual pixel data.

So if the image is 16-bit float, this will yield
(0,014557;0,053680;0,827148) for what is (32;66;235) in RGB. That
should be precise enough:)


Hi.  This sounds promising. Can you please explain what you mean by "the
pixel option" ?  How can I enter values like this?  I would actually prefer
16-bit integer, but float could work too.


I would also like to know more about the Pixel option! Sounds very 
interesting.


Thanks.


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list