Hacker News new | past | comments | ask | show | jobs | submit login

It is very simple to create the binary versions of http://en.wikipedia.org/wiki/Netpbm_format from the command line, if you have that binary chunk in a file. Something like:

  echo P4 > file
  echo "640 480" >> file
  echo 255 >> file
  cat binaryBlob >> file



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: