XenevaOS
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
nanojpg.h File Reference
#include <string.h>
#include <stdint.h>
Include dependency graph for nanojpg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Jpeg::Decoder
 

Namespaces

namespace  Jpeg
 

Macros

#define JPEG_DECODER_THROW(e)   do { ctx.error = e; return; } while (0)
 

Macro Definition Documentation

◆ JPEG_DECODER_THROW

#define JPEG_DECODER_THROW (   e)    do { ctx.error = e; return; } while (0)