3 #include "IPNGDecoder.h"
5 #include <CoreGraphics/CoreGraphics.h>
16 Helpers::PNG::DecodedPNG* DecodePNGFromBuffer(
const void* encodedBytes,
size_t encodedByteCount,
bool invertVertically)
const override;
24 static size_t GetBytes(
void *info,
void* buffer,
size_t count);
25 static off_t SkipBytes(
void *info, off_t count);
26 static void Rewind(
void *info);