Hello, These 7 patchs bring a number of improvements I proposed to the original patch from David:
- patch 1: reverts a few things that are not related to the patch's function and that are re-added separateley through patch 4 and 6. This patch is supposed to be amended to 3c531e4878c1a4b8201dc9f71dd942c799c16503; - patch 2: import changes that were made in the later commit b2a02a04a6e9e404dbcb52bb6377751962d8574e where it is out of place. This patch is also supposed to be amended; - patch 3: adds the improvments to image detection format, and is also supposed to be amended; - patch 4: re-adds the initial image detection improvements by David. This is supposed to be a separate commit because it is unrelated to PPM; - patch 5: proposes some improvements on the signatures used for images detection. This patch is supposed to be amended to patch 4; - patch 6: re-adds the initial improvements by David on WRaster examples. This is supposed to be a separate commit because it is unrelated to previous changes; - patch 7: propose a so small improvement that is should obviously be amended to previous patch 6. Please note that while rebasing to #next's top this will break this commit: b2a02a0... wrlib: Added support for webp image - 4 lines of include <png.h> are removed, - change in size of 'buffer' that was not kept This also means that I'll have to wait until this conflict has been resolved on #next before send the diffs for WebP if I want them to apply easily. Regards, Christophe. wrlib/load.c | 30 ++++++++++------ wrlib/load_ppm.c | 93 ++++++++++++++++++++++++++++++++++---------------- wrlib/tests/testdraw.c | 1 + 3 files changed, 84 insertions(+), 40 deletions(-) -- 1.9.1 -- To unsubscribe, send mail to [email protected].
