comment 218 Magick++/lib/Magick++/Image.h void comment(const std::string &comment_);
comment 219 Magick++/lib/Magick++/Image.h std::string comment(void) const;
comment 228 Magick++/lib/STL.cpp image_.comment( _comment );
comment 490 Magick++/tests/attributes.cpp if ( image.comment().length() != 0 )
comment 499 Magick++/tests/attributes.cpp std::string comment("This is a comment.");
comment 500 Magick++/tests/attributes.cpp image.comment( comment );
comment 501 Magick++/tests/attributes.cpp if ( image.comment() != comment )
comment 509 Magick++/tests/attributes.cpp image.comment( string() );
comment 510 Magick++/tests/attributes.cpp if ( image.comment().length() != 0 )
comment 249 coders/fits.c *comment,
comment 320 coders/fits.c for (comment=(char *) NULL; EOFBlob(image) == MagickFalse; )
comment 374 coders/fits.c if (comment == (char *) NULL)
comment 375 coders/fits.c comment=ConstantString(p);
comment 377 coders/fits.c (void) ConcatenateString(&comment,p);
comment 406 coders/fits.c if (comment != (char *) NULL)
comment 408 coders/fits.c (void) SetImageProperty(image,"comment",comment);
comment 409 coders/fits.c comment=DestroyString(comment);
comment 765 coders/fpx.c *comment,
comment 920 coders/fpx.c comment=GetImageProperty(image,"comment");
comment 921 coders/fpx.c if (comment != (const char *) NULL)
comment 927 coders/fpx.c summary_info.comments.ptr=(unsigned char *) AcquireString(comment);
comment 928 coders/fpx.c summary_info.comments.length=strlen(comment);
comment 209 coders/hdr.c *comment;
comment 221 coders/hdr.c comment=AcquireString((char *) NULL);
comment 222 coders/hdr.c for (p=comment; comment != (char *) NULL; p++)
comment 227 coders/hdr.c if ((size_t) (p-comment+1) >= length)
comment 231 coders/hdr.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 232 coders/hdr.c MaxTextExtent,sizeof(*comment));
comment 233 coders/hdr.c if (comment == (char *) NULL)
comment 235 coders/hdr.c p=comment+strlen(comment);
comment 239 coders/hdr.c if (comment == (char *) NULL)
comment 242 coders/hdr.c (void) SetImageProperty(image,"comment",comment);
comment 243 coders/hdr.c comment=DestroyString(comment);
comment 386 coders/jpeg.c *comment;
comment 398 coders/jpeg.c comment=BlobToStringInfo((const void *) NULL,length);
comment 399 coders/jpeg.c if (comment == (StringInfo *) NULL)
comment 408 coders/jpeg.c error_manager->profile=comment;
comment 409 coders/jpeg.c p=GetStringInfoDatum(comment);
comment 410 coders/jpeg.c for (i=0; i < (ssize_t) GetStringInfoLength(comment); i++)
comment 414 coders/jpeg.c p=GetStringInfoDatum(comment);
comment 416 coders/jpeg.c comment=DestroyStringInfo(comment);
comment 532 coders/miff.c *comment;
comment 538 coders/miff.c comment=AcquireString((char *) NULL);
comment 539 coders/miff.c for (p=comment; comment != (char *) NULL; p++)
comment 547 coders/miff.c if ((size_t) (p-comment+1) >= length)
comment 551 coders/miff.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 552 coders/miff.c MaxTextExtent,sizeof(*comment));
comment 553 coders/miff.c if (comment == (char *) NULL)
comment 555 coders/miff.c p=comment+strlen(comment);
comment 559 coders/miff.c if (comment == (char *) NULL)
comment 562 coders/miff.c (void) SetImageProperty(image,"comment",comment);
comment 563 coders/miff.c comment=DestroyString(comment);
comment 240 coders/mpc.c *comment;
comment 246 coders/mpc.c comment=AcquireString((char *) NULL);
comment 247 coders/mpc.c for (p=comment; comment != (char *) NULL; p++)
comment 255 coders/mpc.c if ((size_t) (p-comment+1) >= length)
comment 259 coders/mpc.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 260 coders/mpc.c MaxTextExtent,sizeof(*comment));
comment 261 coders/mpc.c if (comment == (char *) NULL)
comment 263 coders/mpc.c p=comment+strlen(comment);
comment 267 coders/mpc.c if (comment == (char *) NULL)
comment 270 coders/mpc.c (void) SetImageProperty(image,"comment",comment);
comment 271 coders/mpc.c comment=DestroyString(comment);
comment 7728 coders/msl.c sax_modules.comment=MSLComment;
comment 554 coders/pdb.c *comment;
comment 573 coders/pdb.c comment=AcquireString((char *) NULL);
comment 574 coders/pdb.c for (p=comment; c != EOF; p++)
comment 576 coders/pdb.c if ((size_t) (p-comment+MaxTextExtent) >= length)
comment 581 coders/pdb.c comment=(char *) ResizeQuantumMemory(comment,length+MaxTextExtent,
comment 582 coders/pdb.c sizeof(*comment));
comment 583 coders/pdb.c if (comment == (char *) NULL)
comment 585 coders/pdb.c p=comment+strlen(comment);
comment 591 coders/pdb.c if (comment == (char *) NULL)
comment 593 coders/pdb.c (void) SetImageProperty(image,"comment",comment);
comment 594 coders/pdb.c comment=DestroyString(comment);
comment 706 coders/pdb.c *comment;
comment 785 coders/pdb.c comment=GetImageProperty(image,"comment");
comment 786 coders/pdb.c pdb_info.number_records=(comment == (const char *) NULL ? 1 : 2);
comment 949 coders/pdb.c (void) WriteBlobString(image,comment);
comment 146 coders/pnm.c *comment;
comment 157 coders/pnm.c comment=AcquireString(GetImageProperty(image,"comment"));
comment 158 coders/pnm.c p=comment+strlen(comment);
comment 159 coders/pnm.c extent=strlen(comment)+MaxTextExtent;
comment 162 coders/pnm.c if ((size_t) (p-comment+1) >= extent)
comment 165 coders/pnm.c comment=(char *) ResizeQuantumMemory(comment,extent+MaxTextExtent,
comment 166 coders/pnm.c sizeof(*comment));
comment 167 coders/pnm.c if (comment == (char *) NULL)
comment 169 coders/pnm.c p=comment+strlen(comment);
comment 178 coders/pnm.c if (comment == (char *) NULL)
comment 180 coders/pnm.c (void) SetImageProperty(image,"comment",comment);
comment 181 coders/pnm.c comment=DestroyString(comment);
comment 283 coders/rle.c *comment;
comment 294 coders/rle.c comment=(char *) AcquireQuantumMemory(length,sizeof(*comment));
comment 295 coders/rle.c if (comment == (char *) NULL)
comment 297 coders/rle.c (void) ReadBlob(image,length-1,(unsigned char *) comment);
comment 298 coders/rle.c comment[length-1]='\0';
comment 299 coders/rle.c (void) SetImageProperty(image,"comment",comment);
comment 300 coders/rle.c comment=DestroyString(comment);
comment 150 coders/svg.c *comment;
comment 283 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 284 coders/svg.c svg_info->comment=DestroyString(svg_info->comment);
comment 2576 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 2577 coders/svg.c (void) ConcatenateString(&svg_info->comment,"\n");
comment 2578 coders/svg.c (void) ConcatenateString(&svg_info->comment,(const char *) value);
comment 3146 coders/svg.c sax_modules.comment=SVGComment;
comment 3208 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 3209 coders/svg.c (void) SetImageProperty(image,"svg:comment",svg_info->comment);
comment 282 coders/tga.c *comment;
comment 291 coders/tga.c comment=(char *) NULL;
comment 293 coders/tga.c comment=(char *) AcquireQuantumMemory(length+MaxTextExtent,
comment 294 coders/tga.c sizeof(*comment));
comment 295 coders/tga.c if (comment == (char *) NULL)
comment 297 coders/tga.c (void) ReadBlob(image,tga_info.id_length,(unsigned char *) comment);
comment 298 coders/tga.c comment[tga_info.id_length]='\0';
comment 299 coders/tga.c (void) SetImageProperty(image,"comment",comment);
comment 300 coders/tga.c comment=DestroyString(comment);
comment 177 coders/viff.c comment[512];
comment 294 coders/viff.c (void) ReadBlob(image,512,(unsigned char *) viff_info.comment);
comment 295 coders/viff.c viff_info.comment[511]='\0';
comment 296 coders/viff.c if (strlen(viff_info.comment) > 4)
comment 297 coders/viff.c (void) SetImageProperty(image,"comment",viff_info.comment);
comment 879 coders/viff.c comment[512];
comment 976 coders/viff.c *viff_info.comment='\0';
comment 979 coders/viff.c (void) CopyMagickString(viff_info.comment,value,MagickMin(strlen(value),
comment 1051 coders/viff.c (void) WriteBlob(image,512,(unsigned char *) viff_info.comment);
comment 849 coders/wmf.c comment[MaxTextExtent];
comment 859 coders/wmf.c (void) FormatLocaleString(comment,MaxTextExtent,"Created by ImageMagick %s",
comment 861 coders/wmf.c DrawComment(WmfDrawingWand,comment);
comment 156 coders/xwd.c *comment;
comment 261 coders/xwd.c comment=(char *) AcquireQuantumMemory(length+1,sizeof(*comment));
comment 262 coders/xwd.c if (comment == (char *) NULL)
comment 264 coders/xwd.c count=ReadBlob(image,length,(unsigned char *) comment);
comment 265 coders/xwd.c comment[length]='\0';
comment 266 coders/xwd.c (void) SetImageProperty(image,"comment",comment);
comment 267 coders/xwd.c comment=DestroyString(comment);
comment 8920 magick/display.c *comment;
comment 8922 magick/display.c comment=FileToString(image_info->filename,~0UL,&(*image)->exception);
comment 8923 magick/display.c if (comment != (char *) NULL)
comment 8925 magick/display.c (void) SetImageProperty(*image,"comment",comment);
comment 1029 wand/drawing-wand.c (void) MvgPrintf(wand,"#%s\n",comment);
comment 1812 wand/magick-image.c status=SetImageProperty(wand->images,"comment",comment);