sig
type t
val create :
?width:int ->
?height:int ->
?noscale:bool ->
?bg:Bogue.Draw.color -> ?angle:float -> string -> Bogue.Image.t
val create_from_svg :
?width:int ->
?height:int -> ?bg:Bogue.Draw.color -> string -> Bogue.Image.t
val set_file : Bogue.Image.t -> string -> unit
end