omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. n8henrie142
    3. Topics

    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 4
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by n8henrie142

    • n8henrie142

      BeautifulSoup Bug
      Pythonista • • n8henrie142

      10
      0
      Votes
      10
      Posts
      8420
      Views

      JonB

      Is it possible for you to "sanitize" the html so it is no longer contains any work info? I.e just strip out text and replace with random text?

      Have you tried pickling the soup itself? (Mmmm pickle soup) either going from OSX to pythonista, or vice versa?

    • n8henrie142

      Running desktop code on Pythonista
      Pythonista • • n8henrie142

      6
      0
      Votes
      6
      Posts
      6313
      Views

      DennisNg141

      import platform

      print "platform.system() is -"+platform.system()+""

      print "platform.machine() is -"+platform.machine()+""

    • n8henrie142

      Extension and filename from photos.get_metadata()
      Pythonista • • n8henrie142

      8
      0
      Votes
      8
      Posts
      5060
      Views

      arronlee185

      JPEG 2000 is a new image coding system that uses state-of-the-art compression techniques based on wavelet technology. Its architecture should lend itself to a wide range of uses from portable digital cameras through to advanced pre-press, medical imaging and other key sectors.
      PNG or <a href="http://www.yiigo.com/support/kb/formats/png/">Portable Network Graphics</a> is raster graphics file format that supports lossless data compression. PNG was created to replace Graphics Interchange Format (GIF) and Tagged Image File Format (TIFF) and add some functionality that GIF does not have.
      Unlike other image file format, PNG supports 256 colors palette-based images with a relatively small file size; RGB, RGBA and Grayscale image with or without alpha channel; 1-48 bit True-color image and 1-16 bit grayscale image; gamma adjustment; storing image name, writer, version, time, annotation and more; and lossless data compression method known as DEFLATE. There are many image and document processing tools online. You can refer to their tutorials for help. Good luck.

    • n8henrie142

      editor.get_path() fails on iPhone, works on iPad
      Pythonista • • n8henrie142

      3
      0
      Votes
      3
      Posts
      2101
      Views

      n8henrie142

      That did it! Thanks.