It is currently Thu Jul 04, 2024 4:48 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Help in analysing PNG
PostPosted: Mon Nov 02, 2020 11:26 am  (#1) 
Offline
New Member

Joined: Nov 01, 2020
Posts: 4
GIMP Version: 2.8.22
Operating System: Windows
OS Version: Windows 10
GIMP Experience: New User



Hello,

I hope somebody can help me!

I am trying to find a hidden image/data in a PNG.

As far as I can tell using GIMP, the image is single layer sRGB with no alpha channel.

A Compress Or Die 'heat map' of the image clearly shows a 'spiral' of high density non repeating 'data' over a localised section of the image; how would I find out exactly what this is?

EXIF/metadata fields are empty except for the comments section where there are six characters '<<6&FF' - could this relate to colour palette information in some way?


Any comments or help would be most appreciated.

Thanks


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Help in analysing PNG
PostPosted: Mon Nov 02, 2020 11:35 am  (#2) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7745
Location: On the other side of this screen
Are you able to upload the image?

_________________


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Mon Nov 02, 2020 12:39 pm  (#3) 
Offline
New Member

Joined: Nov 01, 2020
Posts: 4
Yes, of course I can.

But I would really like to try to 'solve' it myself first using GIMP as opposed to being given the answer by a super experienced GIMP user!

I can post a link to the image soon ...


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Mon Nov 02, 2020 1:19 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
It relates to RGBA color model, the FF in the end is the alpha channel.


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Mon Nov 02, 2020 2:28 pm  (#5) 
Offline
New Member

Joined: Nov 01, 2020
Posts: 4
Thank you.

I will experiment with RGBA and see what happens ...


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Tue Nov 03, 2020 7:39 am  (#6) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
"<<" is the shift-left operator in C and other programming languages, so this could mean to shift 6 bits left and then keep the lower 8 bits (& FF). Shifting left is multiplying by 2⁶=64.

_________________
Image


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Tue Nov 03, 2020 7:54 am  (#7) 
Offline
New Member

Joined: Nov 01, 2020
Posts: 4
Thank you.

Yes, I was thinking that maybe the '<<' indicated a bitwise left shift operator but if so (and please correct me if I am wrong), I'm not sure how to go from there to three 8-bit numbers for RGB and then to use GIMP to display just the colour represented by those numbers ...


Top
 Post subject: Re: Help in analysing PNG
PostPosted: Tue Nov 03, 2020 2:12 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Displaying all pixels sharing same color can be done from Menu: Select/By Color.
Drag the threshold slider to 0.0, and paint a small area with same color as your target color,
on which you will click with the color selection tool.
Searching specific colors in an image would be a cool plug-in. If it's already possible somehow I'd really like to know.


Top
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group