ALBERT is a multi-platform cross-development pixel art editor, brought to you by Luigi Di Fraia (aka TCE – code) and Joachim Ljunggren (aka The Sarge – UI, UX, and testing). ALBERT allows its users to create Commodore 64 images that extend into the left and right borders of the visible screen, with sprites to display the extra pixels, using an uncomplicated drawing workflow.
Designs can be saved to project files for later modification. A project file contains all work-stages, which can be exported to PNG files. The latter can then be used to produce a time-lapse to illustrate all production stages of the creative process behind a project.
Currently ALBERT can convert non-native images (in PNG format) using a nearest match, an error diffusion (Floyd-Steinberg) dithering, or an ordered (Bayer) dithering approach to convert them, based on the Commodore 64 palette used for importing.
Furthermore, whereas the natural (Euclidean) distance is found to be unsuitable for color matching, a weighted alternative is available. The latter should produce results in line with expectations based on the luminance value of Commodore 64 palette colors.
Finally, a “curves adjustment” widget is provided in order to adjust each color channel separately and/or all of them at the same time.
ALBERT also provides integration with the programming language Lua, for access to scripted drawing.
Downloads
- ALBERT 2.0.0 for macOS (Intel)
- ALBERT 2.0.0 for Windows portable (64-bit – includes runtime components)
- Sample Projects for ALBERT 2.0.0
- Read me file for ALBERT 2.0.0
- Change log file for ALBERT 2.0.0
Download previous versions
- ALBERT 1.2.1 for macOS (Intel)
- ALBERT 1.2.1 for Windows portable (64-bit – includes runtime components)
- Sample Projects for ALBERT 1.2.1
- ALBERT 1.1.2 for macOS (Intel)
- ALBERT 1.1.2 for Windows portable (64-bit – includes runtime components)
- Sample Projects for ALBERT 1.1.2
Docker images
- Linux Docker images are available on Docker Hub
Timelapse examples
- A playlist of Joachim’s timelapse videos is available on YouTube
Sample Lua scripts
- Lua scripts for ALBERT are available on GitHub