package stb_image_write

  1. Overview
  2. Docs
OCaml bindings to stb_image_write, a public domain image writer

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
md5=79cb1d610f2fc16231d4f1d4064166d0

Description

Stb_image_write is an OCaml binding to stb_image_write from Sean Barrett, Nothings.

stb_image_write.h writes out PNG/BMP/TGA images to C stdio.

The OCaml binding is released under CC-0 license. It has no dependency beside working OCaml and C compilers (stb_image_write is self-contained).

Published: 28 Nov 2016

Dependencies (2)

  1. ocamlfind build
  2. ocaml != "4.01.0"

Dev Dependencies

None

Used by (1)

  1. torch = "0.2"

Conflicts

None