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 utils to convert ImageProxy to Bitmap #458

Merged
merged 2 commits into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. Add utils to convert ImageProxy to Bitmap

    * Support for YUV_420_888 and RGBA_8888 format.
    
    * Add optional rotation to match target orientation.
    ermolenkodev committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ddb96e0 View commit details
    Browse the repository at this point in the history
  2. Minor fixes in ImageproxyUtils

    * Add explicit check for a unsupported format of ImageProxy
    
    * Remove unnecessary type declarations
    ermolenkodev committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b801732 View commit details
    Browse the repository at this point in the history