Reads from a memory "lump" that contains a FITS
| 259 | |
| 260 | //! Reads from a memory "lump" that contains a FITS |
| 261 | ILboolean ilLoadFitsL(const void *Lump, ILuint Size) |
| 262 | { |
| 263 | iSetInputLump(Lump, Size); |
| 264 | return iLoadFitsInternal(); |
| 265 | } |
| 266 | |
| 267 | |
| 268 | // Internal function used to load the FITS. |
no test coverage detected