Home | History | Annotate | Download | only in giflib

Lines Matching refs:Err

39     char *Err;
43 Err = "Failed to open given file";
46 Err = "Failed to Write to given file";
49 Err = "Screen Descriptor already been set";
52 Err = "Image Descriptor is still active";
55 Err = "Neither Global Nor Local color map";
58 Err = "#Pixels bigger than Width * Height";
61 Err = "Fail to allocate required memory";
64 Err = "Write failed (disk full?)";
67 Err = "Failed to close given file";
70 Err = "Given file was not opened for write";
73 Err = "Failed to open given file";
76 Err = "Failed to Read from given file";
79 Err = "Given file is NOT GIF file";
82 Err = "No Screen Descriptor detected";
85 Err = "No Image Descriptor detected";
88 Err = "Neither Global Nor Local color map";
91 Err = "Wrong record type detected";
94 Err = "#Pixels bigger than Width * Height";
97 Err = "Fail to allocate required memory";
100 Err = "Failed to close given file";
103 Err = "Given file was not opened for read";
106 Err = "Image is defective, decoding aborted";
109 Err = "Image EOF detected, before image complete";
112 Err = NULL;
115 if (Err != NULL)
116 fprintf(stderr, "\nGIF-LIB error: %s.\n", Err);