Home | History | Annotate | Download | only in jhead

Lines Matching refs:Comments

655                 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
663 memcpy(ImageInfo.Comments, ValuePtr, ByteCount);
669 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
671 if (ShowTags) printf("Multiple comments in exif header\n");
692 strncpy(ImageInfo.Comments, (char *)ValuePtr+a, 199);
697 strncpy(ImageInfo.Comments, (char *)ValuePtr, MAX_COMMENT_SIZE-1);
1780 if (ImageInfo.Comments[0]){
1785 c = ImageInfo.Comments[a];
1789 if (ImageInfo.Comments[a+1] != '\0'){
1800 printf("%.*ls\n", ImageInfo.CommentWidchars, (wchar_t *)ImageInfo.Comments);