Skip to content

Commit

Permalink
Merge pull request #336 from carboncopies/335-update-gitignores
Browse files Browse the repository at this point in the history
Update Gitignores
  • Loading branch information
datacrystals authored Aug 28, 2022
2 parents 25d2b46 + 45d006c commit e62d71a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ SSE3
#define IL_NO_JP2 1

/* jpeg support (JPEG is most common lossy format. libjpeg powered) */
/* #undef IL_NO_JPG */
#define IL_NO_JPG 1

/* lcms support () */
#define IL_NO_LCMS 1
Expand Down Expand Up @@ -196,7 +196,7 @@ SSE3

/* png support (PNG is a smart, loseless and even open format. libpng
powered.) */
/* #undef IL_NO_PNG */
#define IL_NO_PNG 1

/* pnm support (PNM (Portable aNy Map format) is considered the
least-common-denominator for converting pixmap, graymap, or bitmap files
Expand Down Expand Up @@ -235,7 +235,7 @@ SSE3

/* tiff support (TIFF is a lossless format supporting greater color depths.
libtiff powered) */
/* #undef IL_NO_TIF */
#define IL_NO_TIF 1

/* tpl support (TPL is the format used by many GameCube and Wii games.) */
#undef IL_NO_TPL
Expand Down

0 comments on commit e62d71a

Please sign in to comment.