You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

readme

# ESP_JPEG

ESP_JPEG is Espressif's lightweight JPEG encoder and decoder library. The memory and CPU loading are optimized to make better use of Espressif chips.

## Features

Encoder:  
    - Support variety of width and height to encoder  
    - Support RGB888 RGBA YCbYCr YCbY2YCrY2 GRAY raw data  
    - Support YUV444 YUV422 YUV420 subsampling  
    - Support quality(1-100)  
    - Support 0, 90 180 270 degree clockwise rotation, under the follow cases.  
       1. src_type = JPEG_PIXEL_FORMAT_YCbYCr, subsampling = JPEG_SUBSAMPLE_420 and width and height are multiply of 16.  
       2. src_type = JPEG_PIXEL_FORMAT_YCbYCr, subsampling = JPEG_SUBSAMPLE_GRAY and width and height are multiply of 8.  
    - Support mono-task and dual-task  
    - Support two mode encoder, respectively block encoder and one image encoder.  

Decoder:  
    - Support variety of width and height to decoder  
    - Support one and three channels decoder  
    - Support RGB888 RGB565(big endian) RGB565(little endian) CbYCrY raw data output  
    - Support 0, 90 180 270 degree clockwise rotation, under width and height are multiply of 8.  

Supports all targets

License: Custom

To add this component to your project, run:

idf.py add-dependency "jason-mao/esp_jpeg^0.0.1"

or download archive

Stats

  • Archive size
    Archive size: 2.97 MB
  • Downloaded in total
    Downloaded in total 202 times
  • Downloaded this version
    This version: 154 times

Badge

jason-mao/esp_jpeg version: 0.0.1
|