Filtration Residue
Filtration Residue
I've extracted some information from the image but I have no clue what the solution is. Any hints?
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.
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.
- MyNameIsAlreadyTaken
- Posts: 31
- Joined: Sun Oct 17, 2010 10:21 am
- Location: Germany
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.
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.
-
- Posts: 6
- Joined: Wed Mar 03, 2010 1:56 pm
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.
- MyNameIsAlreadyTaken
- Posts: 31
- Joined: Sun Oct 17, 2010 10:21 am
- Location: Germany