Re: [fpc-pascal] Questions regarding FPImage's TFPMemoryImage.FData variable

2016-06-01 Thread Graeme Geldenhuys
On 2016-06-01 11:26, Mattias Gaertner wrote: > TFPCompactImgRGBA8Bit uses 32bit. Thanks for the information Mattias. In the end I managed with the TFPCompactImgRGBA8Bit image type. From what I can remember, after some experimentation, the internal channel information in memory was in BGRA format.

Re: [fpc-pascal] Questions regarding FPImage's TFPMemoryImage.FData variable

2016-06-01 Thread Mattias Gaertner
On Thu, 26 May 2016 11:24:44 +0100 Graeme Geldenhuys wrote: >[...] > 3) The FData image buffer (assuming (1) is correct) uses Integer instead >of Byte as it's element size. So I'm assuming a singe Integer hold >all the colour information for a single pixel? No, TFPMemoryImage uses one TF