Changeset 11596 for ImageMagick/trunk

Show
Ignore:
Timestamp:
07/08/08 04:37:45 (6 weeks ago)
Author:
anthony
Message:

minor doc fix "colorspace" -> "format"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/txt.c

    r11430 r11596  
    8686%  string, is TXT. 
    8787% 
    88 %  The colorspace of the IsTXT method is: 
     88%  The format of the IsTXT method is: 
    8989% 
    9090%      MagickBooleanType IsTXT(const unsigned char *magick,const size_t length) 
     
    139139%  pointer to the new image. 
    140140% 
    141 %  The colorspace of the ReadTEXTImage method is: 
     141%  The format of the ReadTEXTImage method is: 
    142142% 
    143143%      Image *ReadTEXTImage(const ImageInfo *image_info, 
     
    359359%  the new image. 
    360360% 
    361 %  The colorspace of the ReadTXTImage method is: 
     361%  The format of the ReadTXTImage method is: 
    362362% 
    363363%      Image *ReadTXTImage(const ImageInfo *image_info,ExceptionInfo *exception) 
     
    503503%  RegisterTXTImage() adds attributes for the TXT image format to the 
    504504%  list of supported formats.  The attributes include the image format 
    505 %  tag, a method to read and/or write the colorspace, whether the format 
     505%  tag, a method to read and/or write the format, whether the format 
    506506%  supports the saving of more than one frame to the same file or blob, 
    507507%  whether the format supports native in-memory I/O, and a brief 
    508508%  description of the format. 
    509509% 
    510 %  The colorspace of the RegisterTXTImage method is: 
     510%  The format of the RegisterTXTImage method is: 
    511511% 
    512512%      unsigned long RegisterTXTImage(void) 
     
    549549%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    550550% 
    551 %  UnregisterTXTImage() removes colorspace registrations made by the 
    552 %  TXT module from the list of supported colorspaces. 
    553 % 
    554 %  The colorspace of the UnregisterTXTImage method is: 
     551%  UnregisterTXTImage() removes format registrations made by the 
     552%  TXT module from the list of supported format. 
     553% 
     554%  The format of the UnregisterTXTImage method is: 
    555555% 
    556556%      UnregisterTXTImage(void) 
     
    576576%  WriteTXTImage writes the pixel values as text numbers. 
    577577% 
    578 %  The colorspace of the WriteTXTImage method is: 
     578%  The format of the WriteTXTImage method is: 
    579579% 
    580580%      MagickBooleanType WriteTXTImage(const ImageInfo *image_info,Image *image)