LoadPixmapRAW()?
For that matter why isn't there a PF_I16 pixel format?
For that matter why isn't there a PF_I16 pixel format?
Function LoadRaw:Int(url:Object,data:Byte Ptr,width,height,bpp) Local stream:TStream Local size stream=ReadStream(url) If Not stream Return size=width*height*bpp If size<>stream.size() Return stream.readbytes data,size Return 1 EndFunction