[Lazarus] fpimage use of Lazarus
Marco van de Voort
marcov at stack.nl
Sat Feb 16 21:59:06 CET 2008
On Sat, Feb 16, 2008 at 09:12:16PM +0100, Mattias Gaertner wrote:
>
> > On Sat, Feb 16, 2008 at 06:54:58PM +0100, Mattias Gaertner wrote:
> > > > certain many used cases of a graph format like this, and leave the
> > > > oddball options to the existing reader. It also allows image
> > > > formats to not allocate the worst case amount of mem
> > > > (maxbpp*rowsize*height).
> > >
> > > You only mention bpp. What about the other 14 properties to
> > > describe a row?
> >
> > They don't affect allocation and iteration over them. Thus not needed
> > for scanline access.
>
> Does that mean, the readers/writers must implement the access
> themselves for all possible formats?
Don't they already ? pixels property is only an integer.
More information about the Lazarus
mailing list