[Lazarus] LazIntfImage and OSX
Wolfram Söns
wolfram at soens.de
Tue Jul 6 19:47:53 CEST 2010
Waldo, of course you are right; I saw this descriptions, too.
But when I copy a TlazIntfImage back to an TImage (on a form) it looks completely identical on windows and mac.
So I just expected that the values inside (when I get them pixel by pixel) are identical, too.
I am not deep enough in Lazarus yet ( I began a few weeks ago) to understand
Am 06.07.2010 um 17:49 schrieb waldo kitty:
> On 7/6/2010 01:35, Wolfram Söns wrote:
>
> comparison in Windows vs Mac format... since it is hard to create a decent chart, this will be done in two lines for each one that is different with Windows first and then Mac...
>
> > ByteOrder=riboLSBFirst
> > ByteOrder=riboMSBFirst
>
> > LineEnd=rileDWordBoundary
> > LineEnd=rileDQWordBoundary
>
> > BitsPerPixel=24
> > BitsPerPixel=32
>
> > BytesPerLine->960
> > BytesPerLine->1280
>
> > MaskLineEnd=rileWordBoundary
> > MaskLineEnd=rileByteBoundary
>
> these are the 5 that are different that i find... their differences seem to me to be to be enough to give the results that wolfram is seeing... but i may also be looking in a wrong direction...
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
More information about the Lazarus
mailing list