Discussion of challenges you have already solved
Aghamemnon
Posts: 49 Joined: Fri Jul 02, 2010 9:34 pm
Location: Egypt
Contact:
Post
by Aghamemnon » Fri Aug 27, 2010 1:30 am
grabc is great for this
Devilish Angel Aghamemnon
outsider
Posts: 37 Joined: Wed Jan 07, 2009 12:15 pm
Post
by outsider » Fri Aug 27, 2010 7:09 am
simplest way: paint
also possible: PicPick
Grevas
Posts: 10 Joined: Sat Oct 16, 2010 3:47 pm
Post
by Grevas » Sun Oct 17, 2010 3:46 pm
Loaded it directly from firefox into gimp, didn't work. Downloaded version had a little different Hexcode. Interesting.
AgRaven
Posts: 13 Joined: Sun Feb 24, 2013 8:27 am
Post
by AgRaven » Sun Feb 24, 2013 1:09 pm
Used the same solution as the last one; took out the curveball elements in a hex editor. Huzzah, I understand png a bit more. Actually, as mundane as it is, these have been pretty satisfying to solve.
_michael
Posts: 1 Joined: Tue Jan 26, 2016 11:19 pm
Post
by _michael » Wed Jan 27, 2016 2:20 pm
No tool which I had to pick screen colors reported correct results.
So used terminal:
Code: Select all
convert redline.png redline.bmp
cat redline.bmp | hexdump -C