Skip to content

Commit

Permalink
Berni - Wed Mar 7 09:18:02 PST 2001
Browse files Browse the repository at this point in the history
 * Added initial GIMP XCF support (disabled by default)
  • Loading branch information
Sam Lantinga committed Mar 7, 2001
1 parent dc045a7 commit b78b8e9
Show file tree
Hide file tree
Showing 6 changed files with 808 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,5 +1,7 @@

1.1.1:
Berni - Wed Mar 7 09:18:02 PST 2001
* Added initial GIMP XCF support (disabled by default)
Mattias Engdeg�rd - Wed Mar 7 09:01:49 PST 2001
* Added general PNM (PPM/PGM/PBM) support
Mattias Engdeg�rd - Sun Mar 4 14:23:42 PST 2001
Expand Down
1 change: 1 addition & 0 deletions IMG.c
Expand Up @@ -43,6 +43,7 @@ static struct {
{ "BMP", IMG_isBMP, IMG_LoadBMP_RW },
{ "PNM", IMG_isPNM, IMG_LoadPNM_RW }, /* P[BGP]M share code */
{ "XPM", IMG_isXPM, IMG_LoadXPM_RW },
{ "XCF", IMG_isXCF, IMG_LoadXCF_RW },
{ "PCX", IMG_isPCX, IMG_LoadPCX_RW },
{ "GIF", IMG_isGIF, IMG_LoadGIF_RW },
{ "JPG", IMG_isJPG, IMG_LoadJPG_RW },
Expand Down

0 comments on commit b78b8e9

Please sign in to comment.