staticcreate(width:Int, height:Int, ?format:TextureFormat, ?usage:Usage, readable:Bool = false):Imagestaticcreate3D(width:Int, height:Int, depth:Int, ?format:TextureFormat, ?usage:Usage, readable:Bool = false):ImagestaticcreateRenderTarget(width:Int, height:Int, ?format:TextureFormat, depthStencil:DepthStencilFormat = DepthStencilFormat.NoDepthAndStencil, antiAliasingSamples:Int = 1):ImagestaticfromBytes(bytes:Bytes, width:Int, height:Int, ?format:TextureFormat, ?usage:Usage, readable:Bool = false):ImagestaticfromBytes3D(bytes:Bytes, width:Int, height:Int, depth:Int, ?format:TextureFormat, ?usage:Usage, readable:Bool = false):Image