Checks if Lump is a valid .icns lump.
| 75 | |
| 76 | //! Checks if Lump is a valid .icns lump. |
| 77 | ILboolean ilIsValidIcnsL(const void *Lump, ILuint Size) |
| 78 | { |
| 79 | iSetInputLump(Lump, Size); |
| 80 | return iIsValidIcns(); |
| 81 | } |
| 82 | |
| 83 | |
| 84 | // Internal function to get the header and check it. |
no test coverage detected