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

Improve BitmapUtils: Bitmap Handling and Image Processing for Modern APIs and Performance Enhancements #13700

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

Commits on Oct 4, 2024

  1. Updated bitmap decoding: using ImageDecoder for Android 9 (API 28) an…

    …d above, and BitmapFactory for older versions.
    
    Signed-off-by: Onkar Chavan <onkarvchavan2017@gmail.com>
    Onkar755 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cf38f68 View commit details
    Browse the repository at this point in the history
  2. Refactor rotateImage() to improve EXIF orientation handling and reada…

    …bility.
    
    Signed-off-by: Onkar Chavan <onkarvchavan2017@gmail.com>
    Onkar755 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a42afbc View commit details
    Browse the repository at this point in the history
  3. Refactor usernameToColor: improve MD5 validation, optimize color gene…

    …ration, and enhance readability.
    
    Signed-off-by: Onkar Chavan <onkarvchavan2017@gmail.com>
    Onkar755 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    798ef5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    183856e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    5aa9e36 View commit details
    Browse the repository at this point in the history