Home | History | Annotate | Download | only in coders

Lines Matching defs:header

197     Decode image header.
669 header[MagickPathExtent];
712 Write header.
714 (void) ResetMagickMemory(header,' ',MagickPathExtent);
715 length=CopyMagickString(header,"#?RGBE\n",MagickPathExtent);
716 (void) WriteBlob(image,length,(unsigned char *) header);
721 count=FormatLocaleString(header,MagickPathExtent,"#%s\n",property);
722 (void) WriteBlob(image,(size_t) count,(unsigned char *) header);
727 count=FormatLocaleString(header,MagickPathExtent,"EXPOSURE=%g\n",
729 (void) WriteBlob(image,(size_t) count,(unsigned char *) header);
733 count=FormatLocaleString(header,MagickPathExtent,"GAMMA=%g\n",
735 (void) WriteBlob(image,(size_t) count,(unsigned char *) header);
737 count=FormatLocaleString(header,MagickPathExtent,
743 (void) WriteBlob(image,(size_t) count,(unsigned char *) header);
744 length=CopyMagickString(header,"FORMAT=32-bit_rle_rgbe\n\n",MagickPathExtent);
745 (void) WriteBlob(image,length,(unsigned char *) header);
746 count=FormatLocaleString(header,MagickPathExtent,"-Y %.20g +X %.20g\n",
748 (void) WriteBlob(image,(size_t) count,(unsigned char *) header);