omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Bubujelra

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Bubujelra

    @Bubujelra

    0
    Reputation
    382
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Bubujelra Unfollow Follow

    Latest posts made by Bubujelra

    • RE: ObjC_Util Help

      Perfect! Thanks so much. I googled around a bit and didn't turn up anything so this is really helpful.

      posted in Pythonista
      Bubujelra
      Bubujelra
    • ObjC_Util Help

      I’d like to write a Pythonista script to interact with RAW photos and allow me to make adjustments. From what I’ve read, it looks like there isn’t any way to do this without using objc_util, but I’m having some issues getting it working. Here’s the apple documentation which speaks to the Objective-C code needed: https://developer.apple.com/documentation/coreimage/cifilter/1438096-filterwithimageurl?language=objc

      I tried the following, but it does not seem to work:

      CIFilter = ObjCClass('CIFilter')
      CIFilter.filterWithImageUrl_options_(imageURL=img, options=None)

      Having never worked with Objective-C, I guess I’m just really confused on what that code should look like to get the right syntax in Pythonista.

      posted in Pythonista
      Bubujelra
      Bubujelra