keever50 opened a new pull request, #3127:
URL: https://github.com/apache/nuttx-apps/pull/3127

   ## Summary
   
   This PR adds the required JPEG compressor files to the Makefile.
   Before this PR, the Makefile contained only the required decompressor files.
   
   ## Impact
   
   Users can now use the JPEG compressor. All the required files are added by 
default.
   
   ## Testing
   
   Tested on the STM32H7.
   A couple photos were decompressed with 1:8 scaling.
   Then compressed again with 20% quality.
   
   JPEG hardware was not used.
   
   ```
   nsh> resize sd/PROC/11c.jpg sd/PROC/test.jpg 8 20
   Resized JPEG written to sd/PROC/test.jpg
   nsh> resize sd/PROC/11c.jpg sd/PROC/test.jpg 8 20
   Resized JPEG written to sd/PROC/test.jpg
   nsh> 
   ```
   And as expected, the output looks correct.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to