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

Create UIImage from raw data. #31

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ChrisMJSong
Copy link

Hello,
I added a function that create UIImage from raw data.
It support RGBA and Grayscale.
also added sample code in Demo project.

It is my first pull request at public project.
If I have a some mistake, please let me know. :)

Have a nice day.
Thanks.

Add new feature create UIImage from RGBA raw binary data.
iOS code sample that create UIImage from RGBA raw bianary data.
It will look like a video test patter.
replace function parameter variable name.
because to give unity with grayscale function parameter.
replace wrong function comment
and add a comment of line for rgba example code.
Add new feature create UIImage from raw Mono binary data.
iOS code sample that create UIImage from raw Mono bianary data.
It will look like a checker.
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.

None yet

1 participant