Home | History | Annotate | Download | only in jhead

Lines Matching full:thumbnail

68                                     // the filename to store the thumbnail to.
71 // the filename to retrieve the thumbnail from.
696 // Rotate the image and its thumbnail
715 // Now rotate the thumbnail, if there is one.
719 // Must have a thumbnail that exists and is modifieable.
733 // Put the thumbnail back in the header
747 // Regenerate the thumbnail using mogrify
753 // There is no thumbnail, or the thumbnail is not at the end.
757 sprintf(ThumbnailGenCommand, "mogrify -thumbnail %dx%d \"%s\"",
761 // Put the thumbnail back in the header
933 // Deleting thumbnail is just replacing it with a null thumbnail.
1283 " -st <name> Save Exif thumbnail, if there is one, in file <name>\n"
1288 " An output name of '-' causes thumbnail to be written to stdout\n"
1290 " -rt <name> Replace Exif thumbnail. Can only be done with headers that\n"
1291 " already contain a thumbnail.\n"
1292 " -rgt[size] Regnerate exif thumbnail. Only works if image already\n"
1294 " thumbnail. Relies on 'mogrify' programs to be on path\n"
1466 // Thumbnail manipulation options
1480 ErrFatal("Specified thumbnail geometry too big!");
1650 printf("Error: Cannot regen and save or insert thumbnail in same run\n");