Skip to content
  • Adrian Johnson's avatar
    Add CCITT_FAX mime type for PDF and PS surfaces · e1a02b18
    Adrian Johnson authored
    This completes the full set of PDF/PS image filters allowing image
    data to be passed though without decompressing then recompresssing in
    a less efficient format.
    
    The difficulty with CCITT_FAX is it needs some decoding parameters
    that are not stored inside the image data. This is achieved by using
    an additional mime type CCITT_FAX_PARAMS that contains the params in
    key=value format.
    e1a02b18