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

Reduce memory usage: do not allocate memory for the transform layer for single layer images #7233

Commits on May 26, 2023

  1. Do not allocate memory for 'transform' layer for singleLayer images,

    Rework most image processing functions to work with singleLayer images without 'transform' layer.
    Districh-ru committed May 26, 2023
    Configuration menu
    Copy the full SHA
    135f98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a01c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f30b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9799155 View commit details
    Browse the repository at this point in the history
  5. Apply IWYU suggestion

    Districh-ru committed May 26, 2023
    Configuration menu
    Copy the full SHA
    80e8356 View commit details
    Browse the repository at this point in the history
  6. Code style

    Districh-ru committed May 26, 2023
    Configuration menu
    Copy the full SHA
    1bf46fc View commit details
    Browse the repository at this point in the history
  7. Fix comments

    Districh-ru committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fb2b4c6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    b422d2e View commit details
    Browse the repository at this point in the history
  2. Merge 'master' branch

    Districh-ru committed May 27, 2023
    Configuration menu
    Copy the full SHA
    784aa29 View commit details
    Browse the repository at this point in the history
  3. Rework 'decodeICNSprite()' to load images ignoring the transform laye…

    …r, change while loops to memcpy/fill
    Districh-ru committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2415c9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a4b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57aac72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2e471a View commit details
    Browse the repository at this point in the history
  7. Rework DrawLine(), DrawBorder(), CreateDitheringTransition() and Extr…

    …actCommonPattern() to properly work with single layer images
    Districh-ru committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5024a33 View commit details
    Browse the repository at this point in the history
  8. Fix Well exit button

    Districh-ru committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0bf24ff View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Address some @ihhub comments

    Districh-ru committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f8dd60a View commit details
    Browse the repository at this point in the history
  2. Fix h2d load

    Districh-ru committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5209841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678ebb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df9345e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d039729 View commit details
    Browse the repository at this point in the history
  6. Fix IWYU issue

    Districh-ru committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d4ea32c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'master'

    Districh-ru committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b7727bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673d3c9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    ea2844a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    175d48c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 9, 2023

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

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    82b5611 View commit details
    Browse the repository at this point in the history
  2. Remove non-needed include

    Districh-ru committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3568b49 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

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

Commits on Jun 12, 2023

  1. Split _data to _imageData and _transformData to speed-up converting i…

    …mages to single-layer type.
    Districh-ru committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7f7a756 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Merge 'master' branch

    Districh-ru committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    da8a559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49edd97 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge 'master' branch

    Districh-ru committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fa5c61f View commit details
    Browse the repository at this point in the history
  2. Code style fix

    Districh-ru committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cf082e6 View commit details
    Browse the repository at this point in the history
  3. Minor code fixes

    Districh-ru committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1f361b9 View commit details
    Browse the repository at this point in the history
  4. Fix main menu ICN load with Russian (Buka) assets; remove 'replaceTra…

    …nsformPixel()' (disable transform layer instead and update only image data layer)
    Districh-ru committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    bb0b8fb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    854b95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92ba5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e0b54 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Jul 22, 2023

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

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    a08100d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bca961 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Oct 25, 2023

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