module Ming: sig
.. end
Ming general functions
this module contains the general functions
val init : unit -> int
val cleanup : unit -> unit
val collect_garbage : unit -> unit
val set_cubic_threshold : num:int -> unit
Sets the threshold error for drawing cubic beziers. Lower is more
accurate, hence larger file size.
val set_scale : scale:float -> unit
Sets the overall scale, default is 20.
val get_scale : unit -> float
val use_swf_version : version:int -> unit
Sets the version number to use.
val set_swf_compression : level:int -> int
Sets output compression level. Returns previous value.