Home | History | Annotate | Download | only in highgui

Lines Matching refs:ext

246     const char* ext = filename;
249 const char* temp = strchr( ext + 1, '.' );
251 ext = temp;
256 if( !strcmp(ext, ".bmp") || !strcmp(ext, ".dib") )
258 else if( !strcmp(ext, ".exr") )
260 else if( !strcmp(ext, ".jpeg") || !strcmp(ext, ".jpg") || !strcmp(ext, ".jpe") )
262 else if( !strcmp(ext, ".jp2") )
264 else if( !strcmp(ext, ".pdf") )
266 else if( !strcmp(ext, ".png") )
268 else if( !strcmp(ext, ".tiff") || !strcmp(ext, ".tif") )