Home | History | Annotate | Download | only in plat-irix5

Lines Matching refs:table

17 table = {}
21 table['ppm'] = t
26 table['pnm'] = t
27 table['pgm'] = t
28 table['pbm'] = t
32 table['gif'] = t
38 table['tiff'] = t
44 table['rast'] = t
50 table['jpeg'] = t
95 if ftype is None or not table.has_key(ftype):
99 sts = table[ftype].copy(fname, temp)