Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER by cirras · Pull Request #7956 · python-pillow/Pillow

and others added 4 commits

April 8, 2024 21:18
Size 52 is the undocumented `BITMAPV2INFOHEADER`.
It adds the RGB bit masks.

The format is known to be supported by:
- Adobe Photoshop
- Popular web browsers
Size 56 is the undocumented `BITMAPV3INFOHEADER`.
It adds the alpha bit mask.

The format is known to be supported by:
- Windows (MS paint, etc.)
- Adobe Photoshop
- Popular web browsers

radarhere

radarhere

@radarhere @cirras

radarhere

@radarhere radarhere changed the title Add support for BITMAPV2INFOHEADER and BITMAPV3INFOHEADER Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER

Apr 13, 2024

@radarhere radarhere changed the title Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER

Apr 13, 2024

@cirras cirras deleted the obscure-bitmap-headers branch

April 30, 2024 15:11