Level 18
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
70 posts
• Page 5 of 5 • 1, 2, 3, 4, 5
If the level requires a password, use the following pattern: http://www.pythonchallenge.com/pcc/some ... e:password
Still stuck on naming differences
OK - I'm still stuck after a week.
I still can't find a name for the differences in order to find the zip file. I've tried many variations and keep getting 404 looking for the file.
Or should I be looking at the difference between the images after I split it? (which, btw, I still can't name the difference properly).
Or - is it obvious that I'm rooting in the wrong directory?
Any more clues that might help?
EDIT - Doh! talk about not being bright {g}.
I still can't find a name for the differences in order to find the zip file. I've tried many variations and keep getting 404 looking for the file.
Or should I be looking at the difference between the images after I split it? (which, btw, I still can't name the difference properly).
Or - is it obvious that I'm rooting in the wrong directory?
Any more clues that might help?
EDIT - Doh! talk about not being bright {g}.
down to the end
This is annoying. I have solved this up to the 3 images. I have 3 hex streams that I have identified are a type of image format. I need to know how to convert hex into images. PIL only works with pixel location and colour.
Anybody?
I'm sooo close now.
A
Anybody?
I'm sooo close now.
A
3 images
No I have 3 arrays with hex data in them that when I google the hex data I find that the data is the header of png files. I want to be able to turn these arrays of hex data into png files. I know I am so close but I need help in closing the deal. I used binhex to try and turn the data into binarys that can be opened but that didn't work.
Re: 3 images
amadain wrote:No I have 3 arrays with hex data in them that when I google the hex data I find that the data is the header of png files. I want to be able to turn these arrays of hex data into png files. I know I am so close but I need help in closing the deal. I used binhex to try and turn the data into binarys that can be opened but that didn't work.
If you think your data has a certain signature, have you tried just writing it to a file of the appropriate type (extension that is) and opening it up?
amadain wrote:
No I have 3 arrays with hex data in them that when I google the hex data I find that the data is the header of png files. I want to be able to turn these arrays of hex data into png files. I know I am so close but I need help in closing the deal. I used binhex to try and turn the data into binarys that can be opened but that didn't work.
If you think your data has a certain signature, have you tried just writing it to a file of the appropriate type (extension that is) and opening it up?
No I actually had to binascii.unhexlify the data to get it to view
No I have 3 arrays with hex data in them that when I google the hex data I find that the data is the header of png files. I want to be able to turn these arrays of hex data into png files. I know I am so close but I need help in closing the deal. I used binhex to try and turn the data into binarys that can be opened but that didn't work.
If you think your data has a certain signature, have you tried just writing it to a file of the appropriate type (extension that is) and opening it up?
No I actually had to binascii.unhexlify the data to get it to view
70 posts
• Page 5 of 5 • 1, 2, 3, 4, 5
Return to Python Challenge Hints
Who is online
Users browsing this forum: Google [Bot] and 2 guests
