Page 1 of 2
Filtration Residue
Posted: Thu Oct 01, 2009 10:37 am
by horst
I've extracted some information from the image but I have no clue what the solution is. Any hints?
Posted: Fri Oct 02, 2009 2:44 pm
by michuber
You should consider the first sentence of the last paragraph.
Posted: Thu Mar 11, 2010 5:54 pm
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.
Posted: Thu Mar 11, 2010 9:00 pm
by michuber
Did you compare the extracted text to the original?
Posted: Thu Mar 11, 2010 9:01 pm
by teebee
Yes, the crossed out sentence is the one pointed out by michuber. Moreover, you should read the excerpt carefully.
Posted: Fri Mar 12, 2010 6:18 am
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?
Posted: Fri Mar 12, 2010 5:00 pm
by laz0r
Any help on how to extract the information in the first place?
Posted: Wed Mar 17, 2010 5:37 pm
by jonik555
Yes. I have got it! Many thanks for hints.
Posted: Sat Oct 23, 2010 8:17 pm
by Adriano
That was a tricky one - and it brought me some deeper understanding of the PNG spec..
Thanks for the hints!
Posted: Tue Oct 26, 2010 1:41 pm
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"
Posted: Tue Oct 26, 2010 2:50 pm
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.
Posted: Fri Oct 29, 2010 12:16 pm
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.
Posted: Fri Oct 29, 2010 8:28 pm
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.
Posted: Fri Oct 29, 2010 9:09 pm
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.
Posted: Wed Dec 08, 2010 1:23 pm
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?