Here is a list of projects I'm involved with elsewhere on the web:
NetSurf is an open source web browser, which has been developed from scratch. The project's focus is on resource efficiency and it runs well on slow hardware with tight memory constraints.
My roles within the project include:
PicoDrive is a SEGA Mega Drive emulator for ARM based hardware. I created the web site for the RISC OS port.
ArcEm is a portable open-source emulator for the Acorn Archimedes. I designed the web site.
AlphaGen is a command line utility that I wrote when making the NetSurf web site. It generates a bitmap with an alpha channel from two input images; one on a black background and one on a white background. It's useful when using graphics software that lacks any facility to export images with alpha channels.
AlphaGen is written in C.
$ alphagen black.png white.png alpha.png
| Inputs | Output | |
|---|---|---|
| black.png | white.png | alpha.png |
![]() |
![]() |
![]() |
AlphaGen is available under the MIT licence. Get the source code via Git.
$ git clone git://git.netsurf-browser.org/alphagen
Alternatively, pre-built binaries are available for the following operating systems: