package stb_image_write

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'c buffer = ('a, 'b, Bigarray.c_layout) Bigarray.Array1.t constraint 'c = ('a, 'b) Bigarray.kind
type float32 = (float, Bigarray.float32_elt) Bigarray.kind
val png : string -> w:int -> h:int -> c:int -> int8 buffer -> unit
val bmp : string -> w:int -> h:int -> c:int -> int8 buffer -> unit
val tga : string -> w:int -> h:int -> c:int -> int8 buffer -> unit
val hdr : string -> w:int -> h:int -> c:int -> float32 buffer -> unit