Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Pixel format for ImageData


ImageData.setPixel(s)/getPixel(s) does not spec what format the pixel data is in. E.g., for 24 bpp is it RGB or BGR? I think this is important when an image is loaded using SWT and the application wants to apply transformations to the pixel data.
Should the spec be more specific?

Knut

Back to the top