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

Bugfix/image buffer release #1964

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Dec 15, 2023

  1. Add test for creating image.

    icaven committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    076d31c View commit details
    Browse the repository at this point in the history
  2. Correct the image size initialization when the defaults are used and …

    …the buffer destroy callback.
    
    Change the release of an image so that the buffer is not released when held by a numpy array.
    icaven committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3c82561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aeaa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2fce4b View commit details
    Browse the repository at this point in the history