image processing

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

    #1

    image processing

    Hi,

    We are are pleased to announce the version 3.0 of the image processing
    library 'Filters'.
    You can use it in Python, and we have provided tutorials and samples
    in Python, with for exemple conversion from/to PIL image format.

    Have a look at : http://filters.sourceforge.net/

    it's open source of course

    regards
    edurand

  • Paul Rubin

    #2
    Re: image processing

    "edurand" <edurand.com@gm ail.comwrites:
    You can use it in Python, and we have provided tutorials and samples
    in Python, with for exemple conversion from/to PIL image format.
    Have a look at : http://filters.sourceforge.net/
    Looks interesting, however the example screen shot is shrunk down so
    the text on it can't be read. Also there are a bunch of sample
    filters with example images, but no explanation at all of what the
    filters do. Finally, it keeps mentioning things like "dll" which
    suggests this is a Windows library. Is it? Maybe it can be ported to
    other OS's or maybe it's already multi-platform, but the web site
    should make the situation clear either way.

    Comment

    • edurand

      #3
      Re: image processing

      On Mar 6, 9:57 am, Paul Rubin <http://phr...@NOSPAM.i nvalidwrote:
      "edurand" <edurand....@gm ail.comwrites:
      You can use it in Python, and we have provided tutorials and samples
      in Python, with for exemple conversion from/to PIL image format.
      Have a look at :http://filters.sourceforge.net/
      >
      Looks interesting, however the example screen shot is shrunk down so
      the text on it can't be read. Also there are a bunch of sample
      filters with example images, but no explanation at all of what the
      filters do. Finally, it keeps mentioning things like "dll" which
      suggests this is a Windows library. Is it? Maybe it can be ported to
      other OS's or maybe it's already multi-platform, but the web site
      should make the situation clear either way.
      It's a DLL, so yes, it run on Windows.
      If someone would like to port it on other OS, why not.
      To test it, you can download the software 'FiltersTest', for Windows
      of course

      Comment

      • Gabriel Genellina

        #4
        Re: image processing

        En Tue, 06 Mar 2007 10:16:21 -0300, edurand <edurand.com@gm ail.com>
        escribió:
        On Mar 6, 9:57 am, Paul Rubin <http://phr...@NOSPAM.i nvalidwrote:
        >"edurand" <edurand....@gm ail.comwrites:
        It's a DLL, so yes, it run on Windows.
        If someone would like to port it on other OS, why not.
        Could you please update the project attributes then? Operating System,
        Language... They appear not to have the right values.

        --
        Gabriel Genellina

        Comment

        • Claudio Grondi

          #5
          Re: image processing

          edurand wrote:
          Hi,
          >
          We are are pleased to announce the version 3.0 of the image processing
          library 'Filters'.
          You can use it in Python, and we have provided tutorials and samples
          in Python, with for exemple conversion from/to PIL image format.
          >
          Have a look at : http://filters.sourceforge.net/
          >
          it's open source of course
          >
          regards
          edurand
          >
          In the context of this posting it would be interesting for me (and maybe
          also to others) to know:

          What was the actual motivation behind the project?

          What are other image processing packages missing, that is worth to be
          covered by a separate package?

          (i.e. I checked http://filters.sourceforge.net/ out, but haven't yet
          found the mentioned questions answered )

          Claudio Grondi

          Comment

          • edurand

            #6
            Re: image processing

            On Mar 7, 5:54 am, "Gabriel Genellina" <gagsl-...@yahoo.com.a rwrote:
            En Tue, 06 Mar 2007 10:16:21 -0300, edurand <edurand....@gm ail.com>
            escribió:
            >
            On Mar 6, 9:57 am, Paul Rubin <http://phr...@NOSPAM.i nvalidwrote:
            "edurand" <edurand....@gm ail.comwrites:
            Have a look at :http://filters.sourceforge.net/
            It's a DLL, so yes, it run on Windows.
            If someone would like to port it on other OS, why not.
            >
            Could you please update the project attributes then? Operating System,
            Language... They appear not to have the right values.
            >
            --
            Gabriel Genellina
            You are right. I have changed "Operating System" to "All 32-bit MS
            Windows (95/98/NT/2000/XP)".
            For the "Programmin g Language", we don't have to change anything,
            because Filters can be used in C, C++, C#, Delphi, Java, Python, .NET

            Thanks for your comment
            Emmanuel Durand

            Comment

            Working...