[Swfed-svn] swfed-svn [118] BPP= 8 に限定する処理を外した

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 15日 (日) 00:55:25 JST


Revision: 118
          http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=118
Author:   yoya
Date:     2009-02-15 00:55:25 +0900 (Sun, 15 Feb 2009)

Log Message:
-----------
BPP=8 に限定する処理を外した

Modified Paths:
--------------
    trunk/src/swf_gif.c


-------------- next part --------------
Modified: trunk/src/swf_gif.c
===================================================================
--- trunk/src/swf_gif.c	2009-02-11 14:15:28 UTC (rev 117)
+++ trunk/src/swf_gif.c	2009-02-14 15:55:25 UTC (rev 118)
@@ -153,14 +153,6 @@
     } else {
         *tag_no = 20; // DefineBitsLossless
     }
-
-    if (bpp != 8) {
-        fprintf(stderr, "gifconv_gif2lossless: bpp=%d not implemented yet. accept only bpp=8\n", bpp);
-        if (GifFile) {
-            DGifCloseFile(GifFile);
-        }
-        return NULL;
-    }
     
     /*
      * image copy



Swfed-svn メーリングリストの案内
Back to archive index