Files
ladybird/Userland/Libraries/LibGUI
Nico Weber 187862ebe0 LibGfx: Add a .pam loader
.pam is a "portrable arbitrarymap" as documented at
https://netpbm.sourceforge.net/doc/pam.html

It's very similar to .pbm, .pgm, and .ppm, so this uses the
PortableImageMapLoader framework. The header is slightly different,
so this has a custom header parsing function.

Also, .pam only exixts in binary form, so the ascii form support
becomes optional.
2024-01-26 07:36:53 +01:00
..
2024-01-26 07:36:53 +01:00
2024-01-06 10:37:53 -07:00
2023-02-21 00:54:04 +01:00