brillo-export: Export Brillo pictures to png, bmp, tga, tiff, gif, svg and juicy-pixels-image

[ graphics, library, mit, program ] [ Propose Tags ] [ Report a vulnerability ]

Export Brillo pictures to various image formats including PNG, BMP, TGA, TIFF, animated GIF, and SVG. Forked from gloss-export and adapted for the Brillo graphics library.


[Skip to Readme]

Modules

  • Brillo
    • Brillo.Export
      • Brillo.Export.Bitmap
      • Brillo.Export.Gif
      • Brillo.Export.Image
      • Brillo.Export.PNG
      • Brillo.Export.SVG
      • Brillo.Export.Tga
      • Brillo.Export.Tiff
      • Brillo.Export.WebP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), brillo (>=2.0 && <3.0), brillo-export, brillo-rendering (>=2.0 && <3.0), bytestring (>=0.11 && <0.13), GLFW-b (>=1.0.0 && <4), JuicyPixels (>=3.2 && <4), OpenGLRaw (>=3.0 && <4), text (>=2.0 && <3), vector (>=0.9.1 && <1), webp (>=0.1 && <0.2) [details]
Tested with ghc ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2
License MIT
Author Timo A
Maintainer timo-a@gmx.ch
Uploaded by adrian at 2026-02-27T18:16:59Z
Category Graphics
Home page https://github.com/ad-si/Brillo
Bug tracker https://github.com/ad-si/Brillo/issues
Source repo head: git clone https://github.com/ad-si/Brillo
Distributions
Executables brillo-export-exe
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2026-02-27 [all 2 reports]

Readme for brillo-export-0.2.0.0

[back to package description]

brillo-export

Export Brillo pictures as PNG, Bitmap, TGA, TIFF, and animated GIF.

This library is a fork of gloss-export, adapted to work with the Brillo graphics library.

Credits