Welcome to gamebeye’s documentation!

Github License Issues Release

gamebeye is a Python library to process Game Boy Camera images.

Here are what a Game Boy camera can capture:

Original Game Boy Camera Image

Original Game Boy Camera Image

Borderless Game Boy Camera Image

Borderless Game Boy Camera Image

Animated GIF made of colorized images

Animated GIF made of colorized images

Printed Game Boy Camera Image

Printed Game Boy Camera Image

Here are some infos about the hardware and the Gam Boy Camera images that drive the library construction:

  • the CMOS sensor of the camera cartridge is only 128x128 pixels but the images are cropped to 128x112 pixels. This means all images are Nintendo borderless.

  • the image can be framed with a Nintendo border increasing the image size to 160x144 pixels.

  • the images use a 4-grayscale palette:

Original color palette for Game Boy Camera Images

Original color palette for Game Boy Camera Images

To see more about what gamebeye can do, you can visit the gallery to see some image processed by the library.

Indices and tables