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.


    import local image to imageview

    Pythonista
    2
    6
    3196
    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.
    • aidensala
      aidensala last edited by

      is it possible to import a local image stored in the folder of my python and pyui scripts into the image view? i saw this was asked a couple years back but minimal info was given..

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @aidensala last edited by

        @aidensala try

        import ui
        iv = ui.ImageView()
        iv.image = ui.Image.named('My image.jpg')
        iv.present('sheet')
        
        1 Reply Last reply Reply Quote 0
        • aidensala
          aidensala last edited by aidensala

          heres the type error i get...
          @cvp

          traceback
          typerror

          cvp 2 Replies Last reply Reply Quote 0
          • cvp
            cvp @aidensala last edited by

            @aidensala named instead of name

            1 Reply Last reply Reply Quote 1
            • cvp
              cvp @aidensala last edited by

              @aidensala Is it ok now? For info, name is an attribute giving the name of the object

              1 Reply Last reply Reply Quote 0
              • aidensala
                aidensala last edited by

                @cvp yep, thanks. i really appreciate the effort you put into helping this community.

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