nuttx-apps/graphics/jpgresizetool/Kconfig
Kevin Witteveen (MartiniMarter) 452ae235c6 graphics/jpgresizetool: Add libjpeg resize tool
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.

Signed-off-by: Kevin Witteveen (MartiniMarter) <kevinwit1999@gmail.com>
2025-10-27 00:14:45 +08:00

11 lines
253 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config GRAPHICS_JPGRESIZETOOL
bool "JPGResizeTool"
default n
depends on libjpeg
---help---
Libjpeg JPEG resizer