Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

row padding/stride #4

Open
MarkCallow opened this issue Oct 2, 2013 · 1 comment
Open

row padding/stride #4

MarkCallow opened this issue Oct 2, 2013 · 1 comment

Comments

@MarkCallow
Copy link

I have been using imdebug, which provides similar debugging capability to Pico Pixel, for years. However it does not support images with row padding such as those discussed in issue #1. Does Pico Pixel support have a format specifier for that?

@jaytaoko
Copy link
Contributor

jaytaoko commented Oct 2, 2013

Imdebug was an inspiration for Pico Pixel SDK image capture. The SDK supports row padding (at the end of the row).

When using the SDK, you supply

  • pixel format of the image
  • width
  • height
  • the pitch of rows

This is enough for Pico Pixel to reconstruct the image.

This feature has just been released a few weeks ago, so only a few formats were exposed (RGB, RGBA, DEPTH...). However more pixel formats are supported (just not exposed until further tests). Let me know if there are pixel formats you would like to see in priority.

As part of Pico Pixel download, there is a test client program you can use to test the image capture feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants