omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Image Slider to compare to images

    Pythonista
    2
    2
    53
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • kami
      kami last edited by

      Hi,

      i am looking for a script to compare to PIL Image like show in this module.

      streamlit-image-comparison

      If i try to install it with StaSh i get a mypy error.

      Can someone tell me how i can get this function?

      BR kami

      ccc 1 Reply Last reply Reply Quote 0
      • ccc
        ccc @kami last edited by

        Mypy errors can be safely ignored. Mypy is about type hints. Type hints do not have an effect on runtime behavior.

        The Python runtime does not enforce function and variable type annotations. -- https://docs.python.org/3/library/typing.html

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors