Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. traviskochel
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by traviskochel

    • RE: access a specific frame from a gif

      @gferreira Awesome! Thanks so much!

      posted in General Discussion
      traviskochel
      traviskochel
    • RE: access a specific frame from a gif

      Is there a way to do this with an ImageObject()?

      I'm trying to do something similar with a pdf, and then apply some filters.

      img = ImageObject(path, pageNumber= pageNumber)
      img.falseColor(color0=(0,0,1,1))
      image(img, (0, 0))
      

      This gives an unexpected keyword argument 'pageNumber'.

      And moving the pageNumber to the image call, has no effect. It just inserts the first page:
      image(img, (0, 0), pageNumber=pageNumber)

      posted in General Discussion
      traviskochel
      traviskochel