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

Add support for "show" option with packet pixel format (RGB24, BGR24…) #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Karry
Copy link
Contributor

@Karry Karry commented Dec 30, 2015

This commit makes current draw* methods independent on pixel format. Pixel format is handled by two new methods - drawHLine and drawVLine that support all supported pixel formats.

Color type was changed to uint32_t. draw[HV]Line methods draw with RGB color for packet pixel formats but just for Y component of planar pixel format...

note: this code was tested with RGB24 and YUV 4:2:2 only!

@Karry
Copy link
Contributor Author

Karry commented Dec 15, 2020

Hi @georgmartius , are you interested for this patch?

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

Successfully merging this pull request may close these issues.

1 participant