Lines Matching refs:convert_pic
1281 convert_pic (char *base_name, int format)
1288 DBG (127, "convert_pic() called\n");
1296 DBG (10, "convert_pic: error: cannot open %s for reading\n", base_name);
1302 DBG (10, "convert_pic: error: cannot read COMET header\n");
1309 DBG (10, "convert_pic: error: file %s is not in COMET format\n",
1317 DBG (10, "convert_pic: error: cannot read camera header\n");
1332 "convert_pic: error: cannot resync with high resolution header\n");
1340 DBG (9, "convert_pic: error: cannot read picture\n");
1363 DBG (1, "convert_pic: error: alloc_pixmap\n");
1382 DBG (2, "convert_pic: error: alloc_pixmap\n");
2407 * the entire data stream in sane_open(), and use convert_pic
2502 if (convert_pic (tmpnamebuf, SAVE_ADJASPECT | SAVE_24BITS) == -1)