Daniel Richard G.
Daniel Richard G.
All right, I've reviewed @rfinnie's **grub-loopback-iso** tree. It's a modified **grml-rescueboot** rather than a rewrite; here are the salient differences: * Rename the `42_grml` script to `42_loopback_iso`; * Look for...
As I understand, bmp format still does RLE, and the image files would be compressed within the distribution tarball (or .zip file) in any event. Would that improve the situation...
The problem is not that those libraries are unavailable. (Although they could be, if you are building in a more unusual environment, like an embedded system.) The problem is that...
I'm not sure I understand where you see the complexity coming from. The use of multiple build systems would only suggest a different approach; it's not a showstopper. I will...
I noticed that quality of `pixRead()`. I don't like the idea of a file with extension X actually containing content Y, but if the tests are run in an out-of-source-tree...
Okay, I've put the converted files into place, but have encountered an issue: ``` $ ./adaptmap_reg //////////////////////////////////////////////// //////////////// adaptmap_reg /////////////// //////////////////////////////////////////////// leptonica-1.79.0 : (null) Time for gray adaptmap gen: 0.008...
It's reasonable that more temporary space would be needed when uncompressed formats are the only ones available. Could we conditionalize the tests to not request png format when it is...
Just trying to find a way to make this work :-) Okay, I've pulled in your changes, and am seeing an increase in the number of tests passing. There are...
Thanks, I'm seeing fewer failures (94 pass, 36 fail). I looked through a few of the latter: * `baseline_reg` fails due to passing `GPLOT_PNG` to `gplotSimple1()` * `blend2_reg` fails because...
A macro can certainly call other macros; what did you have in mind? Looking over `src/imageio.h`, specifically the `IFF_*` enums, I was thinking... you already have a couple of symbolic...