[libtiff] use builtin as backup so that tiff can be always part of asimage#21975
[libtiff] use builtin as backup so that tiff can be always part of asimage#21975ferdymercury wants to merge 13 commits intoroot-project:masterfrom
Conversation
Test Results 15 files 15 suites 2d 6h 2m 50s ⏱️ Results for commit b97aa10. |
|
This PR is good work. Is anybody needing to generate natively tiff images? The discussion is still open if gif needs to be supported after 6.40... |
|
Thanks!
Not me at the moment, but having an extra ROOT build option assymmetric from png jpeg bmp gif seems weird. Here we remove one ROOT build option at the price of a builtin backup (that seems reasonably easy). This way functionality will be more reproducible in case someone was using asimage_tiff locally but not present in binaries or so.
In my opinion, saving as gif still makes sense when you want to do animated videos via TCanvas::SaveAs(c.gif++NN) that you can easily include in any webpage or in a PPT. Unless there is an alternative way of generating those :) |
No description provided.