comment 1008 Magick++/lib/Magick++/Image.h void comment ( const std::string &comment_ );
comment 1009 Magick++/lib/Magick++/Image.h std::string comment ( void ) const;
comment 226 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 247 coders/fits.c *comment,
comment 319 coders/fits.c for (comment=(char *) NULL; EOFBlob(image) == MagickFalse; )
comment 373 coders/fits.c if (comment == (char *) NULL)
comment 374 coders/fits.c comment=ConstantString(p);
comment 376 coders/fits.c (void) ConcatenateString(&comment,p);
comment 401 coders/fits.c if (comment != (char *) NULL)
comment 403 coders/fits.c (void) SetImageProperty(image,"comment",comment);
comment 404 coders/fits.c comment=DestroyString(comment);
comment 793 coders/fpx.c *comment,
comment 949 coders/fpx.c comment=GetImageProperty(image,"comment");
comment 950 coders/fpx.c if (comment != (const char *) NULL)
comment 956 coders/fpx.c summary_info.comments.ptr=(unsigned char *) AcquireString(comment);
comment 957 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 383 coders/jpeg.c *comment;
comment 395 coders/jpeg.c comment=BlobToStringInfo((const void *) NULL,length);
comment 396 coders/jpeg.c if (comment == (StringInfo *) NULL)
comment 402 coders/jpeg.c error_manager->profile=comment;
comment 403 coders/jpeg.c p=GetStringInfoDatum(comment);
comment 404 coders/jpeg.c for (i=0; i < (ssize_t) GetStringInfoLength(comment); i++)
comment 408 coders/jpeg.c p=GetStringInfoDatum(comment);
comment 410 coders/jpeg.c comment=DestroyStringInfo(comment);
comment 548 coders/miff.c *comment;
comment 554 coders/miff.c comment=AcquireString((char *) NULL);
comment 555 coders/miff.c for (p=comment; comment != (char *) NULL; p++)
comment 563 coders/miff.c if ((size_t) (p-comment+1) >= length)
comment 567 coders/miff.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 568 coders/miff.c MaxTextExtent,sizeof(*comment));
comment 569 coders/miff.c if (comment == (char *) NULL)
comment 571 coders/miff.c p=comment+strlen(comment);
comment 575 coders/miff.c if (comment == (char *) NULL)
comment 578 coders/miff.c (void) SetImageProperty(image,"comment",comment);
comment 579 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 7711 coders/msl.c sax_modules.comment=MSLComment;
comment 534 coders/pdb.c *comment;
comment 553 coders/pdb.c comment=AcquireString((char *) NULL);
comment 554 coders/pdb.c for (p=comment; c != EOF; p++)
comment 556 coders/pdb.c if ((size_t) (p-comment+MaxTextExtent) >= length)
comment 561 coders/pdb.c comment=(char *) ResizeQuantumMemory(comment,length+MaxTextExtent,
comment 562 coders/pdb.c sizeof(*comment));
comment 563 coders/pdb.c if (comment == (char *) NULL)
comment 565 coders/pdb.c p=comment+strlen(comment);
comment 571 coders/pdb.c if (comment == (char *) NULL)
comment 573 coders/pdb.c (void) SetImageProperty(image,"comment",comment);
comment 574 coders/pdb.c comment=DestroyString(comment);
comment 686 coders/pdb.c *comment;
comment 765 coders/pdb.c comment=GetImageProperty(image,"comment");
comment 766 coders/pdb.c pdb_info.number_records=(comment == (const char *) NULL ? 1 : 2);
comment 928 coders/pdb.c (void) WriteBlobString(image,comment);
comment 157 coders/pnm.c *comment;
comment 168 coders/pnm.c comment=AcquireString(GetImageProperty(image,"comment"));
comment 169 coders/pnm.c extent=strlen(comment);
comment 170 coders/pnm.c p=comment+strlen(comment);
comment 173 coders/pnm.c if ((size_t) (p-comment+1) >= extent)
comment 176 coders/pnm.c comment=(char *) ResizeQuantumMemory(comment,extent+MaxTextExtent,
comment 177 coders/pnm.c sizeof(*comment));
comment 178 coders/pnm.c if (comment == (char *) NULL)
comment 180 coders/pnm.c p=comment+strlen(comment);
comment 189 coders/pnm.c if (comment == (char *) NULL)
comment 191 coders/pnm.c (void) SetImageProperty(image,"comment",comment);
comment 192 coders/pnm.c comment=DestroyString(comment);
comment 268 coders/rle.c *comment;
comment 279 coders/rle.c comment=(char *) AcquireQuantumMemory(length,sizeof(*comment));
comment 280 coders/rle.c if (comment == (char *) NULL)
comment 282 coders/rle.c count=ReadBlob(image,length-1,(unsigned char *) comment);
comment 283 coders/rle.c comment[length-1]='\0';
comment 284 coders/rle.c (void) SetImageProperty(image,"comment",comment);
comment 285 coders/rle.c comment=DestroyString(comment);
comment 152 coders/svg.c *comment;
comment 285 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 286 coders/svg.c svg_info->comment=DestroyString(svg_info->comment);
comment 2579 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 2580 coders/svg.c (void) ConcatenateString(&svg_info->comment,"\n");
comment 2581 coders/svg.c (void) ConcatenateString(&svg_info->comment,(const char *) value);
comment 3111 coders/svg.c sax_modules.comment=SVGComment;
comment 3174 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 3175 coders/svg.c (void) SetImageProperty(image,"svg:comment",svg_info->comment);
comment 272 coders/tga.c *comment;
comment 281 coders/tga.c comment=(char *) NULL;
comment 283 coders/tga.c comment=(char *) AcquireQuantumMemory(length+MaxTextExtent,
comment 284 coders/tga.c sizeof(*comment));
comment 285 coders/tga.c if (comment == (char *) NULL)
comment 287 coders/tga.c count=ReadBlob(image,tga_info.id_length,(unsigned char *) comment);
comment 288 coders/tga.c comment[tga_info.id_length]='\0';
comment 289 coders/tga.c (void) SetImageProperty(image,"comment",comment);
comment 290 coders/tga.c comment=DestroyString(comment);
comment 176 coders/viff.c comment[512];
comment 293 coders/viff.c count=ReadBlob(image,512,(unsigned char *) viff_info.comment);
comment 294 coders/viff.c viff_info.comment[511]='\0';
comment 295 coders/viff.c if (strlen(viff_info.comment) > 4)
comment 296 coders/viff.c (void) SetImageProperty(image,"comment",viff_info.comment);
comment 888 coders/viff.c comment[512];
comment 985 coders/viff.c *viff_info.comment='\0';
comment 988 coders/viff.c (void) CopyMagickString(viff_info.comment,value,MagickMin(strlen(value),
comment 1057 coders/viff.c (void) WriteBlob(image,512,(unsigned char *) viff_info.comment);
comment 834 coders/wmf.c comment[MaxTextExtent];
comment 844 coders/wmf.c (void) FormatLocaleString(comment,MaxTextExtent,"Created by ImageMagick %s",
comment 846 coders/wmf.c DrawComment(WmfDrawingWand,comment);
comment 156 coders/xwd.c *comment;
comment 245 coders/xwd.c comment=(char *) AcquireQuantumMemory(length+1,sizeof(*comment));
comment 246 coders/xwd.c if (comment == (char *) NULL)
comment 248 coders/xwd.c count=ReadBlob(image,length,(unsigned char *) comment);
comment 249 coders/xwd.c comment[length]='\0';
comment 250 coders/xwd.c (void) SetImageProperty(image,"comment",comment);
comment 251 coders/xwd.c comment=DestroyString(comment);
comment 8932 magick/display.c *comment;
comment 8934 magick/display.c comment=FileToString(image_info->filename,~0UL,&(*image)->exception);
comment 8935 magick/display.c if (comment != (char *) NULL)
comment 8937 magick/display.c (void) SetImageProperty(*image,"comment",comment);
comment 1138 wand/drawing-wand.c (void) MvgPrintf(wand,"#%s\n",comment);
comment 1774 wand/magick-image.c status=SetImageProperty(wand->images,"comment",comment);