• Augusto Fraga Giachero's avatar
    Ignore bmp reserved area (#1343) · 64822a06
    Augusto Fraga Giachero authored
    The 4 bytes starting from the 0x06 offset of a bmp file are marked as
    'Reserved' but it doesn't guarantee that these bytes are zeroed, some
    applications uses this area for its own purposes and the output file
    still a valid bmp file.
    64822a06
Name
Last commit
Last update
..
image_loader.h Loading commit data...
image_loader_abstract.h Loading commit data...
jpeg_loader.cpp Loading commit data...
jpeg_loader.h Loading commit data...
jpeg_loader_abstract.h Loading commit data...
load_image.h Loading commit data...
load_image_abstract.h Loading commit data...
png_loader.cpp Loading commit data...
png_loader.h Loading commit data...
png_loader_abstract.h Loading commit data...