gloss-export: Export Gloss pictures to png, bmp, tga, tiff, gif and juicy-pixels-image

[ graphics, library, mit, program ] [ Propose Tags ]

Please see the README on GitLab at https://gitlab.com/timo-a/gloss-export#readme


[Skip to Readme]

Modules

[Last Documentation]

  • Graphics
    • Gloss
      • Graphics.Gloss.Export
        • Graphics.Gloss.Export.Bitmap
        • Graphics.Gloss.Export.Gif
        • Graphics.Gloss.Export.Image
        • Graphics.Gloss.Export.PNG
        • Graphics.Gloss.Export.Tga
        • Graphics.Gloss.Export.Tiff

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), GLFW-b (>=1.0.0 && <=3.3.0.0), gloss, gloss-export, gloss-rendering (>=1.9.3.1 && <=1.13.1.1), GLUT (>=2.1.2.0 && <=2.7.0.16), JuicyPixels (>=3.2 && <=3.3.5), OpenGLRaw (<=3.3.4.0), vector (>=0.9.1 && <=0.12.3.0) [details]
License MIT
Author Timo A
Maintainer timo-a@gmx.ch
Category Graphics
Home page https://gitlab.com/timo-a/gloss-export#readme
Bug tracker https://gitlab.com/timo-a/gloss-export/issues
Source repo head: git clone https://gitlab.com/timo-a/gloss-export
Uploaded by timoa at 2021-07-25T13:48:39Z
Distributions
Executables gloss-export-exe
Downloads 2093 total (13 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 2021-07-29 [all 2 reports]

Readme for gloss-export-0.1.0.4

[back to package description]

gloss-export

Export gloss pictures as PNG, Bitmap, TGA, TIFF, Gif

Credit to Samuel GĂ©lineau (https://github.com/benl23x5/gloss/pull/23), who provided a working conversion from Picture to PNG. I just refactored it a little and turned it into a library.