Searched refs:is_png (Results 1 – 1 of 1) sorted by relevance
142 bool is_png = blob.size() > 4 && (blob[0] & 0xff) == 0x89 && in isBlob() local147 return is_png || is_jpeg; in isBlob()