Add PPM and PAM screenshot file formats#5348
Add PPM and PAM screenshot file formats#5348olehkuznetsov wants to merge 2 commits intogoogle:mainfrom
Conversation
Those formats are without compression. The goal is to be able to have as low CPU overhead as possbile. pam_image - The PAM (Portable Arbitrary Map) file format. ppm_image - The PPM (Portable Pixmap) file format.
|
|
That... uhh.. doesn't make sense. It would appear under screenshot.ppm_image or screenshot.pam_image. |
I mean similar to args.key = "screenshot.jpg_image" it will be args.key = "screenshot.ppm_image" and args.key = "screenshot.pam_image" But seems as code which adds it to args is already exists in trace processor |
|
That one I plan to update during perfetto UI updates as for test I can get new images from: |
Those formats are without compression. The goal is to be able to have as low CPU overhead as possbile.
pam_image - The PAM (Portable Arbitrary Map) file format.
ppm_image - The PPM (Portable Pixmap) file format.