#include "image_u8.h"
#include "image_u8x3.h"
Go to the source code of this file.
|  | 
| enum | PJPEG_ERROR { PJPEG_OKAY = 0, 
PJPEG_ERR_FILE, 
PJPEG_ERR_DQT, 
PJPEG_ERR_SOF,
 PJPEG_ERR_DHT, 
PJPEG_ERR_SOS, 
PJPEG_ERR_MISSING_DHT, 
PJPEG_ERR_DRI,
 PJPEG_ERR_RESET, 
PJPEG_ERR_EOF, 
PJEPG_ERR_UNSUPPORTED
 }
 | 
|  | 
| enum | PJPEG_FLAGS { PJPEG_STRICT = 1, 
PJPEG_MJPEG = 2
 } | 
|  | 
◆ pjpeg_component_t
◆ pjpeg_t
◆ PJPEG_ERROR
| Enumerator | 
|---|
| PJPEG_OKAY |  | 
| PJPEG_ERR_FILE |  | 
| PJPEG_ERR_DQT |  | 
| PJPEG_ERR_SOF |  | 
| PJPEG_ERR_DHT |  | 
| PJPEG_ERR_SOS |  | 
| PJPEG_ERR_MISSING_DHT |  | 
| PJPEG_ERR_DRI |  | 
| PJPEG_ERR_RESET |  | 
| PJPEG_ERR_EOF |  | 
| PJEPG_ERR_UNSUPPORTED |  | 
Definition at line 80 of file pjpeg.h.
 
 
◆ PJPEG_FLAGS
| Enumerator | 
|---|
| PJPEG_STRICT |  | 
| PJPEG_MJPEG |  | 
Definition at line 75 of file pjpeg.h.
 
 
◆ pjpeg_create_from_buffer()
      
        
          | pjpeg_t* pjpeg_create_from_buffer | ( | uint8_t * | buf, | 
        
          |  |  | int | buflen, | 
        
          |  |  | uint32_t | flags, | 
        
          |  |  | int * | error | 
        
          |  | ) |  |  | 
      
 
 
◆ pjpeg_create_from_file()
      
        
          | pjpeg_t* pjpeg_create_from_file | ( | const char * | path, | 
        
          |  |  | uint32_t | flags, | 
        
          |  |  | int * | error | 
        
          |  | ) |  |  | 
      
 
 
◆ pjpeg_destroy()
◆ pjpeg_to_u8_baseline()
◆ pjpeg_to_u8x3_baseline()