python image library TIFF

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bryan rasmussen

    #1

    python image library TIFF

    Hi
    does anyone have any experience using the Python Image library to
    determine if a Tiff is in the G4 or G3 codec?
  • Michele Petrazzo

    #2
    Re: python image library TIFF

    bryan rasmussen wrote:[color=blue]
    > Hi
    > does anyone have any experience using the Python Image library to
    > determine if a Tiff is in the G4 or G3 codec?[/color]

    PIL don't support G3/G4 encoding.

    You can use freeimagepy that is another python graphic package.

    Michele (freeimagepy developer :) )

    Comment

    • pantagruel

      #3
      Re: python image library TIFF

      Thanks!
      I hadn't known about FreeImage either so double thanks.

      Comment

      Working...