Skip to content

Conversation

@linev
Copy link
Member

@linev linev commented Nov 13, 2025

  1. Use asimage variable name, handle it as in all other classes
  2. Store image attributes, was not done before
  3. Make TImage::Clone(const char *) signature similar to TObject::Clone(const char *="") where default args is defined
  4. Fix memory leak in stressGraphics timage test
  5. Do not use ROOTSYS in stressGraphics and img2pad.C macro, instead access via gROOT->GetTutorialDir()

1. Do not resize stored image, there is no limitation for images
2. Use same logic for created variable
3. Correctly store image attributes
Make it similar to TObject::Clone() signature
Loaded image was not deleted.
Instead loading same image multiple times - clone it
Use tutorials dir
It is more reliable way as using $ROOTSYS shell variable
All files read from tutorials dir - so use gROOT->GetTutorialDir()
@github-actions
Copy link

Test Results

    22 files      22 suites   3d 17h 36m 10s ⏱️
 3 776 tests  3 776 ✅ 0 💤 0 ❌
81 133 runs  81 133 ✅ 0 💤 0 ❌

Results for commit 8889857.

@linev linev merged commit 48f5e0d into root-project:master Nov 14, 2025
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants