rtf-html-php icon indicating copy to clipboard operation
rtf-html-php copied to clipboard

Added device-independent bitmap support

Open pederalm opened this issue 1 year ago • 0 comments

Update converts a DIB (device-independent bitmap) image to a Windows bitmap file. Tested with a DIB file with the header size of 40 bytes (BITMAPINFOHEADER). Other header sizes should also work.

See https://en.wikipedia.org/wiki/BMP_file_format for more information about DIB and bitmap file format

pederalm avatar Oct 17 '23 08:10 pederalm