Re: [GD-DEVEL] Display of GD raw using Windows Device Context
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 4/20/07, Mateusz Loskot <[email protected]> wrote: > Hi, > > Could anyone advise me what's the fastest method to display image > generated with GD in Windows desktop application, with Windows Device > context as the output device? > I suppose GD raw format without any compression should be used, is this > correct? > > I'd appreciate any brainstorming. Some DC format may work without transformation (RGB). Have you tried to create a bitmap using the GD intern buffer directly? --Pierre