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

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

Message

Milan Zamazal Sept. 1, 2025, 2:16 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 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 | 66 ++++++++++++++++++++++++++++++++--
 1 file changed, 63 insertions(+), 3 deletions(-)