X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgif.c;h=d2fdda81448b909c603b90f7640873e697442247;hp=bbeb6aba3baf73f0ea10d8eb2f319c057e50d900;hb=4b0c6356359ee52f98cee8fa578179c6c41d4ef1;hpb=d4eb344ff45f9e02bf2de2192bc752f5d09be287 diff --git a/src/gif.c b/src/gif.c index bbeb6aba..d2fdda81 100644 --- a/src/gif.c +++ b/src/gif.c @@ -492,12 +492,18 @@ Image *gifLoad(char *fullname) return(NULL); } + + + /* printf("%s:\n %dx%d %s%s image with %d colors at depth %d\n", fullname, gifin_img_width, gifin_img_height, (gifin_interlace_flag ? "interlaced " : ""), gif_version_name[gifin_version], (gifin_l_cmap_flag ? gifin_l_ncolors : gifin_g_ncolors), (gifin_l_cmap_flag ? gifin_l_pixel_bits : gifin_g_pixel_bits)); + */ + + image = newRGBImage(gifin_img_width, gifin_img_height, (gifin_l_cmap_flag ? gifin_l_pixel_bits :