Skip to content

Instantly share code, notes, and snippets.

View flatduckrecords's full-sized avatar

Robert Morrison flatduckrecords

View GitHub Profile
@flatduckrecords
flatduckrecords / cool.py
Created June 1, 2023 23:02
SAM Coupé PNG bitmap converter
#!/usr/bin/python
from PIL import Image # open PNG and get raw (bitmap) data bytes
import struct # we use struct to convert between integers and byte values
im = Image.open("input.png") # input file
filea = open('framea.bin','wb') # field A output file
fileb = open('frameb.bin','wb') # field B output file
filepointer = fileb
@flatduckrecords
flatduckrecords / Contract Killer 3.md
Created December 5, 2016 20:45
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post