Here's an online converter that will convert your finished PPM into a PNG in case you don't have a program installed that can show PPMs.
Comment has been collapsed.
Next time I'll do harder ones that needs manipulation. Just created a very easy one to see how many here on SG are competent enough to know simple I/O in programming.
If you want, you can suggest me some nifty puzzle ideas once you have created the ppm.
Comment has been collapsed.
I think i have problem understanding ppm format because got this result: https://dl.dropbox.com/u/14076298/ShareX/2013/11/ObflaWFb9H.png
But still result looks interesting :P
Comment has been collapsed.
Did it in 8 lines on C# too.
It would take more time to launch Visual Studio and create a new project than actually coding, so I just used LINQPad.
Comment has been collapsed.
Awesome way of creating giveaway.. GOOD JOB brah (y)
Comment has been collapsed.
Programming is for cigarettes, real men steal all their code from other people.
Comment has been collapsed.
That was fun.
It would have been easy to write something to solve it properly, but I decided to see if just using one color's data (i.e. PGM instead of PPM) would be enough to solve it, and it turns out it was. If the letters had been made invisible to different colors, this shortcut wouldn't have been possible.
Comment has been collapsed.
1 Comments - Last post 1 hour ago by lostsoul67
71 Comments - Last post 2 hours ago by lostsoul67
76 Comments - Last post 3 hours ago by Reidor
765 Comments - Last post 5 hours ago by grimfandango8888
43 Comments - Last post 6 hours ago by Qnemes
12 Comments - Last post 6 hours ago by orono
17 Comments - Last post 7 hours ago by SeaGoblin
123 Comments - Last post 28 minutes ago by Naviis
160 Comments - Last post 35 minutes ago by lordmonty3
34 Comments - Last post 49 minutes ago by devonrv
46 Comments - Last post 57 minutes ago by Shanti
2,171 Comments - Last post 1 hour ago by Flygonite
78 Comments - Last post 1 hour ago by DeliberateTaco
45 Comments - Last post 1 hour ago by Yamaraus
What to do
.
1) Get the required data:
RED: http://puu.sh/5bJOq.txt
GREEN: http://puu.sh/5bJQQ.txt
BLUE: http://puu.sh/5bJT6.txt
2) Create a PPM file using those data
.
Specification of PPM File:
P3
Width: 887
Height: 293
.
PPM Image format specs
.
3) View the PPM Image and get the giveaway link
Reward: Contraption Maker
Giveaway Duration: 1 week
Comment has been collapsed.