[v3,0/1] PPM output for RGB formats
mbox series

Message ID 20250901162606.44139-1-mzamazal@redhat.com
Headers show
Series
  • PPM output for RGB formats
Related show

Message

Milan Zamazal Sept. 1, 2025, 4:25 p.m. UTC
With GPU ISP and its supported output formats (no 24-bit support), we
have a use case for PPM output with data transformation.

Changes in v3:
- Using struct instead of the switch statement.
- Missing curly braces added.
- Extra parentheses removed.
- Pavel’s Signed-off-by.

Changes in v2:
- Added support for other formats than XRGB8888; based on Pavel’s patch
  (https://patchwork.libcamera.org/patch/23177/).

Milan Zamazal (1):
  apps: cam: Support PPM output for other RGB formats

 src/apps/common/ppm_writer.cpp | 48 +++++++++++++++++++++++++++++++---
 1 file changed, 44 insertions(+), 4 deletions(-)