https://github.com/erlangsters/beam-graphics-image
Image loader/saver for the graphics library of the BEAM ecosystem.
https://github.com/erlangsters/beam-graphics-image
beam bmp elixir erlang graphics jpeg png texture
Last synced: about 1 month ago
JSON representation
Image loader/saver for the graphics library of the BEAM ecosystem.
- Host: GitHub
- URL: https://github.com/erlangsters/beam-graphics-image
- Owner: erlangsters
- License: mit
- Created: 2023-12-26T15:45:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T04:55:56.000Z (12 months ago)
- Last Synced: 2025-07-11T04:39:20.305Z (12 months ago)
- Topics: beam, bmp, elixir, erlang, graphics, jpeg, png, texture
- Language: Erlang
- Homepage: https://about.erlangsters.org
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Image loader/saver for the BEAM graphics library
> :construction: This project is under active development. Do not used at the
> moment as it's not ready. Consult the `develop` branch for progress.
[](https://github.com/erlangsters/beam-graphics-image)



[](https://github.com/erlangsters/beam-graphics-image/actions/workflows/workflow.yml)
[](http://erlangsters.github.io/beam-graphics-image/)
A helper library to complement the [graphics library](https://github.com/erlangsters/beam-graphics)
of the BEAM ecosystem and load images into ready-to-use textures.
```erlang
{deps, [
{beam_graphics, {git, "https://github.com/erlangsters/beam-graphics.git", {tag, "master"}}},
{beam_graphics_image, {git, "https://github.com/erlangsters/beam-graphics-image.git", {tag, "master"}}}
]}.
```
Written by the Erlangsters [community](https://about.erlangsters.org/) and
released under the MIT [license](/https://opensource.org/license/mit).