Home
last modified time | relevance | path

Searched refs:thumb_name (Results 1 – 1 of 1) sorted by relevance

/external/libexif/contrib/examples/
Dthumbnail.c40 char thumb_name[1024]; in main() local
43 snprintf(thumb_name, sizeof(thumb_name), in main()
46 thumb = fopen(thumb_name, "wb"); in main()
51 printf("Wrote thumbnail to %s\n", thumb_name); in main()
54 printf("Could not create file %s\n", thumb_name); in main()