comment 222 Magick++/lib/Magick++/Image.h void comment ( const std::string &comment_ );
comment 878 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 244 coders/fits.c *comment,
comment 318 coders/fits.c for (comment=(char *) NULL; EOFBlob(image) == MagickFalse; )
comment 372 coders/fits.c if (comment == (char *) NULL)
comment 373 coders/fits.c comment=ConstantString(p);
comment 375 coders/fits.c (void) ConcatenateString(&comment,p);
comment 400 coders/fits.c if (comment != (char *) NULL)
comment 402 coders/fits.c (void) SetImageProperty(image,"comment",comment);
comment 403 coders/fits.c comment=DestroyString(comment);
comment 790 coders/fpx.c *comment,
comment 946 coders/fpx.c comment=GetImageProperty(image,"comment");
comment 947 coders/fpx.c if (comment != (const char *) NULL)
comment 953 coders/fpx.c summary_info.comments.ptr=(unsigned char *) AcquireString(comment);
comment 954 coders/fpx.c summary_info.comments.length=strlen(comment);
comment 207 coders/hdr.c *comment;
comment 219 coders/hdr.c comment=AcquireString((char *) NULL);
comment 220 coders/hdr.c for (p=comment; comment != (char *) NULL; p++)
comment 225 coders/hdr.c if ((size_t) (p-comment+1) >= length)
comment 229 coders/hdr.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 230 coders/hdr.c MaxTextExtent,sizeof(*comment));
comment 231 coders/hdr.c if (comment == (char *) NULL)
comment 233 coders/hdr.c p=comment+strlen(comment);
comment 237 coders/hdr.c if (comment == (char *) NULL)
comment 240 coders/hdr.c (void) SetImageProperty(image,"comment",comment);
comment 241 coders/hdr.c comment=DestroyString(comment);
comment 311 coders/jpeg.c *comment;
comment 338 coders/jpeg.c comment=(char *) NULL;
comment 340 coders/jpeg.c comment=(char *) AcquireQuantumMemory(length+MaxTextExtent,
comment 341 coders/jpeg.c sizeof(*comment));
comment 342 coders/jpeg.c if (comment == (char *) NULL)
comment 349 coders/jpeg.c for (p=comment; i-- >= 0; p++)
comment 352 coders/jpeg.c (void) SetImageProperty(image,"comment",comment);
comment 353 coders/jpeg.c comment=DestroyString(comment);
comment 531 coders/miff.c *comment;
comment 537 coders/miff.c comment=AcquireString((char *) NULL);
comment 538 coders/miff.c for (p=comment; comment != (char *) NULL; p++)
comment 543 coders/miff.c if ((size_t) (p-comment+1) >= length)
comment 547 coders/miff.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 548 coders/miff.c MaxTextExtent,sizeof(*comment));
comment 549 coders/miff.c if (comment == (char *) NULL)
comment 551 coders/miff.c p=comment+strlen(comment);
comment 555 coders/miff.c if (comment == (char *) NULL)
comment 558 coders/miff.c (void) SetImageProperty(image,"comment",comment);
comment 559 coders/miff.c comment=DestroyString(comment);
comment 238 coders/mpc.c *comment;
comment 244 coders/mpc.c comment=AcquireString((char *) NULL);
comment 245 coders/mpc.c for (p=comment; comment != (char *) NULL; p++)
comment 250 coders/mpc.c if ((size_t) (p-comment+1) >= length)
comment 254 coders/mpc.c comment=(char *) ResizeQuantumMemory(comment,length+
comment 255 coders/mpc.c MaxTextExtent,sizeof(*comment));
comment 256 coders/mpc.c if (comment == (char *) NULL)
comment 258 coders/mpc.c p=comment+strlen(comment);
comment 262 coders/mpc.c if (comment == (char *) NULL)
comment 265 coders/mpc.c (void) SetImageProperty(image,"comment",comment);
comment 266 coders/mpc.c comment=DestroyString(comment);
comment 7652 coders/msl.c sax_modules.comment=MSLComment;
comment 541 coders/pdb.c *comment;
comment 560 coders/pdb.c comment=AcquireString((char *) NULL);
comment 561 coders/pdb.c for (p=comment; c != EOF; p++)
comment 563 coders/pdb.c if ((size_t) (p-comment+MaxTextExtent) >= length)
comment 568 coders/pdb.c comment=(char *) ResizeQuantumMemory(comment,length+MaxTextExtent,
comment 569 coders/pdb.c sizeof(*comment));
comment 570 coders/pdb.c if (comment == (char *) NULL)
comment 572 coders/pdb.c p=comment+strlen(comment);
comment 578 coders/pdb.c if (comment == (char *) NULL)
comment 580 coders/pdb.c (void) SetImageProperty(image,"comment",comment);
comment 581 coders/pdb.c comment=DestroyString(comment);
comment 693 coders/pdb.c *comment;
comment 775 coders/pdb.c comment=GetImageProperty(image,"comment");
comment 776 coders/pdb.c pdb_info.number_records=(comment == (const char *) NULL ? 1 : 2);
comment 938 coders/pdb.c (void) WriteBlobString(image,comment);
comment 152 coders/pnm.c *comment;
comment 170 coders/pnm.c comment=(char *) NULL;
comment 171 coders/pnm.c p=comment;
comment 182 coders/pnm.c if (comment == (char *) NULL)
comment 183 coders/pnm.c comment=AcquireString((char *) NULL);
comment 184 coders/pnm.c p=comment+strlen(comment);
comment 187 coders/pnm.c if ((size_t) (p-comment+1) >= extent)
comment 190 coders/pnm.c comment=(char *) ResizeQuantumMemory(comment,extent+MaxTextExtent,
comment 191 coders/pnm.c sizeof(*comment));
comment 192 coders/pnm.c if (comment == (char *) NULL)
comment 194 coders/pnm.c p=comment+strlen(comment);
comment 200 coders/pnm.c if (comment == (char *) NULL)
comment 205 coders/pnm.c if (comment != (char *) NULL)
comment 207 coders/pnm.c (void) SetImageProperty(image,"comment",comment);
comment 208 coders/pnm.c comment=DestroyString(comment);
comment 265 coders/rle.c *comment;
comment 276 coders/rle.c comment=(char *) AcquireQuantumMemory(length,sizeof(*comment));
comment 277 coders/rle.c if (comment == (char *) NULL)
comment 279 coders/rle.c count=ReadBlob(image,length-1,(unsigned char *) comment);
comment 280 coders/rle.c comment[length-1]='\0';
comment 281 coders/rle.c (void) SetImageProperty(image,"comment",comment);
comment 282 coders/rle.c comment=DestroyString(comment);
comment 151 coders/svg.c *comment;
comment 284 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 285 coders/svg.c svg_info->comment=DestroyString(svg_info->comment);
comment 2515 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 2516 coders/svg.c (void) ConcatenateString(&svg_info->comment,"\n");
comment 2517 coders/svg.c (void) ConcatenateString(&svg_info->comment,(const char *) value);
comment 2972 coders/svg.c sax_modules.comment=SVGComment;
comment 3035 coders/svg.c if (svg_info->comment != (char *) NULL)
comment 3036 coders/svg.c (void) SetImageProperty(image,"svg:comment",svg_info->comment);
comment 265 coders/tga.c *comment;
comment 274 coders/tga.c comment=(char *) NULL;
comment 276 coders/tga.c comment=(char *) AcquireQuantumMemory(length+MaxTextExtent,
comment 277 coders/tga.c sizeof(*comment));
comment 278 coders/tga.c if (comment == (char *) NULL)
comment 280 coders/tga.c count=ReadBlob(image,tga_info.id_length,(unsigned char *) comment);
comment 281 coders/tga.c comment[tga_info.id_length]='\0';
comment 282 coders/tga.c (void) SetImageProperty(image,"comment",comment);
comment 283 coders/tga.c comment=DestroyString(comment);
comment 173 coders/viff.c comment[512];
comment 292 coders/viff.c count=ReadBlob(image,512,(unsigned char *) viff_info.comment);
comment 293 coders/viff.c viff_info.comment[511]='\0';
comment 294 coders/viff.c if (strlen(viff_info.comment) > 4)
comment 295 coders/viff.c (void) SetImageProperty(image,"comment",viff_info.comment);
comment 882 coders/viff.c comment[512];
comment 978 coders/viff.c *viff_info.comment='\0';
comment 981 coders/viff.c (void) CopyMagickString(viff_info.comment,value,MagickMin(strlen(value),511)+1);
comment 1049 coders/viff.c (void) WriteBlob(image,512,(unsigned char *) viff_info.comment);
comment 154 coders/xwd.c *comment;
comment 247 coders/xwd.c comment=(char *) AcquireQuantumMemory(length+1,sizeof(*comment));
comment 248 coders/xwd.c if (comment == (char *) NULL)
comment 250 coders/xwd.c count=ReadBlob(image,length,(unsigned char *) comment);
comment 251 coders/xwd.c comment[length]='\0';
comment 252 coders/xwd.c (void) SetImageProperty(image,"comment",comment);
comment 253 coders/xwd.c comment=DestroyString(comment);
comment 8908 magick/display.c *comment;
comment 8910 magick/display.c comment=FileToString(image_info->filename,~0UL,&(*image)->exception);
comment 8911 magick/display.c if (comment != (char *) NULL)
comment 8913 magick/display.c (void) SetImageProperty(*image,"comment",comment);
comment 1137 wand/drawing-wand.c (void) MvgPrintf(wand,"#%s\n",comment);
comment 1752 wand/magick-image.c status=SetImageProperty(wand->images,"comment",comment);