libgd: Contiguous image buffer?
[email protected] (Markus Fleck-Graffe) Tue, 15 Apr 2008 01:29:10 +0200
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jan 22, 2008 3:19 PM, Pierre wrote: > I'm finishing the initial support of the new formats. The two most > important additions for you and other users are the true 8bit per > channel (alpha) and the contiguous buffer instead of per row > allocation. It will let you use a DIB/BMP (or any compatible buffer) > directly without any extra allocations or loop. It will require a lof > tests and work to get stable enough for 2.1.x :) I can't seem to find any contiguous buffer additions in CVS HEAD, using the following check-out command: cvs -d :pserver:[email protected]:/repository checkout -r HEAD gd Am I looking in the wrong place? Is the new code available via CVS at all? (I'm trying to combine GD with the Fltk GUI toolkit, and would like to make sure that I create and "attach" the contiguous image buffer in a way that is compatible with a future GD 2.1.x implementation.) Many thanks, MFG.