Filtration Residue

horst
Posts: 24
Joined: Fri Mar 06, 2009 11:07 am
Location: Germany

Filtration Residue

Post by horst »

I've extracted some information from the image but I have no clue what the solution is. Any hints?
michuber
Posts: 57
Joined: Sun Oct 26, 2008 3:30 pm

Post by michuber »

You should consider the first sentence of the last paragraph.
jonik555
Posts: 43
Joined: Mon Aug 31, 2009 6:18 pm
Location: Prague

Post by jonik555 »

I'm really stuck here, I have extracted informations too, but i cant find the answer, do You mean last paragraph of informations in picture? (is that sentence this? Xxx xxxxxx xxx xxxxxx xxxxx xx xxxxx xxxxxx xxxxxxxxxx xx xxxxx xx x xxxxxxxx-xx-xxxxxxxx xxxxx.) or last paragraph in whole information(not only part inside picture). Please help me little bit.
There are 10 types of people, those who understand ternary, those who think that this joke is about binary and the others.
michuber
Posts: 57
Joined: Sun Oct 26, 2008 3:30 pm

Post by michuber »

Did you compare the extracted text to the original?
User avatar
teebee
Posts: 89
Joined: Mon Nov 10, 2008 3:21 pm
Location: Germany

Post by teebee »

Yes, the crossed out sentence is the one pointed out by michuber. Moreover, you should read the excerpt carefully.
jonik555
Posts: 43
Joined: Mon Aug 31, 2009 6:18 pm
Location: Prague

Post by jonik555 »

Thank you, but I still dont understand this sentence. yes i compared it and found something added to table, but dont know what to do with it. what is the form of answer? and is the filter type the one used in IHDR header?
There are 10 types of people, those who understand ternary, those who think that this joke is about binary and the others.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

Any help on how to extract the information in the first place?
There is no spoon.
jonik555
Posts: 43
Joined: Mon Aug 31, 2009 6:18 pm
Location: Prague

Post by jonik555 »

Yes. I have got it! Many thanks for hints.
There are 10 types of people, those who understand ternary, those who think that this joke is about binary and the others.
Adriano
Posts: 6
Joined: Sun Oct 17, 2010 11:33 am

Post by Adriano »

That was a tricky one - and it brought me some deeper understanding of the PNG spec.. ;)
Thanks for the hints!
HugStuart
Posts: 13
Joined: Sat Oct 25, 2008 4:51 pm

Post by HugStuart »

Thank you all for this discussion. It helped a lot to solve this challenge. Once you are on the right track it's not that hard. I just wonder if there are some similiarities to "Lucy in the Sky with Briolettes" :roll:
michuber
Posts: 57
Joined: Sun Oct 26, 2008 3:30 pm

Post by michuber »

HugStuart wrote:I just wonder if there are some similiarities to "Lucy in the Sky with Briolettes"
This is a good hint for those who don't know the song.
User avatar
MyNameIsAlreadyTaken
Posts: 31
Joined: Sun Oct 17, 2010 10:21 am
Location: Germany

Post by MyNameIsAlreadyTaken »

Alright, I'm pretty sure I'm on the right track [already decoded the first message], but for the next step i need to decompress the PNG-File.

From what I've understood in the PNG-specifications, I need to concat the content of all IDAT-chunks and it is decompressed using the LZ77-algorithm. The first step wasn't a big deal, but how can i decompress it now? I've tried to simply decompress it with gzip -d file.gz, but it didn't work.


Could maybe someone hint me on how to decompress the file?


Edit: Alright, my approach to try to convert the PNG-Data into a gzip file failed, since I don't know the crc32 of the original data. Fortunately, I got a hint via pm, that one of the tools I used had a nice option that wasn't documented in the manpages.
polarlemniscate
Posts: 6
Joined: Wed Mar 03, 2010 1:56 pm

Post by polarlemniscate »

Any hints as to which tool?
n
PostPosted: Fri Oct 29, 2010 12:16 pm Post subject:
Alright, I'm pretty sure I'm on the right track [already decoded the first message], but for the next step i need to decompress the PNG-File.

From what I've understood in the PNG-specifications, I need to concat the content of all IDAT-chunks and it is decompressed using the LZ77-algorithm. The first step wasn't a big deal, but how can i decompress it now? I've tried to simply decompress it with gzip -d file.gz, but it didn't work.


Could maybe someone hint me on how to decompress the file?


Edit: Alright, my approach to try to convert the PNG-Data into a gzip file failed, since I don't know the crc32 of the original data. Fortunately, I got a hint via pm, that one of the tools I used had a nice option that wasn't documented in the manpages.
User avatar
MyNameIsAlreadyTaken
Posts: 31
Joined: Sun Oct 17, 2010 10:21 am
Location: Germany

Post by MyNameIsAlreadyTaken »

It was [tool removed, sorry guys], my manpages most seemingly weren't up-to-date.


I hope this isn't too much of a spoiler, it's just the tool - people will still need to think of what they got to do with the data.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

Ok, I've successfully decoded the message within and found a few differences within the table. However, do I need to consider all the random spacing and dots?
There is no spoon.
Post Reply