mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibGfx: Add PBM image file type support
This commit is contained in:
parent
41d5531624
commit
9ab82c0ee5
6 changed files with 507 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <LibGfx/Rect.h>
|
||||
|
||||
#define ENUMERATE_IMAGE_FORMATS \
|
||||
__ENUMERATE_IMAGE_FORMAT(pbm, ".pbm") \
|
||||
__ENUMERATE_IMAGE_FORMAT(png, ".png") \
|
||||
__ENUMERATE_IMAGE_FORMAT(gif, ".gif") \
|
||||
__ENUMERATE_IMAGE_FORMAT(bmp, ".bmp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue