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

   
   ## Summary
   
   Add a libjpeg based JPEG resize tool.
   Simple resizer that can resize JPEGs using
   "jpgresize input.jpg output.jpg scale_denom(1,2,4,8) quality%". Tries to use 
little memory by scanning per line.
   
   ## Impact
   
   Allows users to quickly resize JPEG images using a simple command. Useful 
for in scripts to generate thumbnails or experiment with jpeg compression and 
size ratios.
   
   ## Testing
   
   This app is tested during the development of a project where thumbnails are 
generated from photos.
   <img width="525" height="73" alt="image" 
src="https://github.com/user-attachments/assets/ed2d0989-406b-44ef-a21f-d4ed3d21eeb7";
 />
   <img width="522" height="109" alt="image" 
src="https://github.com/user-attachments/assets/d7b177dc-99d4-4e3a-be4b-5bb52b550e73";
 />
   
   
   
   


-- 
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