mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibGfx: Add PPM image file type support
This commit is contained in:
parent
97aca8f251
commit
326032b138
Notes:
sideshowbarker
2024-07-19 05:26:58 +09:00
Author: https://github.com/asliturk
Commit: 326032b138
Pull-request: https://github.com/SerenityOS/serenity/pull/2611
6 changed files with 553 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
|||
#define ENUMERATE_IMAGE_FORMATS \
|
||||
__ENUMERATE_IMAGE_FORMAT(pbm, ".pbm") \
|
||||
__ENUMERATE_IMAGE_FORMAT(png, ".png") \
|
||||
__ENUMERATE_IMAGE_FORMAT(ppm, ".ppm") \
|
||||
__ENUMERATE_IMAGE_FORMAT(gif, ".gif") \
|
||||
__ENUMERATE_IMAGE_FORMAT(bmp, ".bmp") \
|
||||
__ENUMERATE_IMAGE_FORMAT(ico, ".ico")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue