MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / IsPNG

Function IsPNG

LibLemon/src/gfx/image.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace Lemon::Graphics{
11 bool IsPNG(const void* data){
12 return !png_sig_cmp((png_const_bytep)data, 0, 8);
13 }
14
15 int LoadImage(FILE* f, surface_t* surface){
16 char sig[8];

Callers 1

IdentifyImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected