[graf2d] Test capability of creating png, jpeg and gif images#21560
Closed
dpiparo wants to merge 1 commit intoroot-project:masterfrom
Closed
[graf2d] Test capability of creating png, jpeg and gif images#21560dpiparo wants to merge 1 commit intoroot-project:masterfrom
dpiparo wants to merge 1 commit intoroot-project:masterfrom
Conversation
1 task
| TH1D h("myHisto", "The Title;the X;the Y", 64, -4, 4); | ||
| h.FillRandom("gaus"); | ||
| h.Draw(); | ||
| std::vector<std::string> fileNames{"f.jpeg", "f.png", "f.gif"}; |
Collaborator
There was a problem hiding this comment.
Suggested change
| std::vector<std::string> fileNames{"f.jpeg", "f.png", "f.gif"}; | |
| std::vector<std::string> fileNames{"f.jpeg", "f.png", "f.gif", "f.bmp"}; |
| @@ -0,0 +1,4 @@ | |||
| Info in <TCanvas::Print>: jpg file f.jpeg has been created | |||
| Info in <TCanvas::Print>: png file f.png has been created | |||
| Info in <TCanvas::Print>: gif file f.gif has been created | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| Info in <TCanvas::Print>: gif file f.gif has been created | |
| Info in <TCanvas::Print>: gif file f.gif has been created | |
| Info in <TCanvas::Print>: gif file f.bmp has been created |
Test Results 23 files 23 suites 3d 7h 35m 9s ⏱️ For more details on these failures, see this check. Results for commit bc1a1b0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A test, to see if gifs can be created on all platforms.
This PR was submitted after error in the creation of gif images occurred in this PR #21556
While searching the web, a user reported a very similar same issue https://root-forum.cern.ch/t/asimage2gif/60443, and the matter was never really followed up (@couet)