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

Fix/8.0 #381

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Fix/8.0 #381

wants to merge 11 commits into from

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d818dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92aa7f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Optimize QRColorMask apply_mask method for enhanced performance

    This commit introduces optimizations to the apply_mask method in the QRColorMask class to improve performance. Changes include:
    
    1. Replacing getpixel and putpixel with direct pixel manipulation using the load() method, which speeds up the process.
    2. Implementing a caching mechanism to reuse color transformations for identical pixel colors, reducing redundant calculations.
    3. Adding conditions to skip processing for background color pixels to reduce computational load.
    
    These optimizations have significantly reduced the method's execution time. In some experiments, these changes have resulted in performance improvements of over ten times compared to the original method, especially for larger images.
    smalyu authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    820eacf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Back to development: 8.1

    maribedran committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    13c8614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5141c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    815122b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f14ab32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a2205c View commit details
    Browse the repository at this point in the history
  6. Ruff format

    maribedran committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f9f217a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac443f0 View commit details
    Browse the repository at this point in the history
  8. Ruff format

    maribedran committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a6d6347 View commit details
    Browse the repository at this point in the history