sig
type kind = Linear | Bilinear
val onto :
?kind:Image.RGBA32.Scale.kind ->
?proportional:bool -> Image.RGBA32.t -> Image.RGBA32.t -> unit
val create :
?kind:Image.RGBA32.Scale.kind ->
?copy:bool ->
?proportional:bool -> Image.RGBA32.t -> int -> int -> Image.RGBA32.t
end