Reads from a memory "lump" containing a jpeg
| 201 | |
| 202 | // Reads from a memory "lump" containing a jpeg |
| 203 | ILboolean ilLoadJpegL(const void *Lump, ILuint Size) |
| 204 | { |
| 205 | iSetInputLump(Lump, Size); |
| 206 | return iLoadJpegInternal(); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | typedef struct { |
no test coverage detected