I need this for long tumblr screencaps. You understand.

I try not to do image editing on my phone a lot but this is necessary. Pocketpaint I couldn’t do it easily with, and another popular option on Fdroid loudly advertises its LLM slop features.

  • ashinadash [she/her]@hexbear.netOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    27 days ago

    Goddamn… terminal on android catgirl-huh now that’s a proper sicko reply. I didn’t even know you could put imagemagick on a phone. I guess android is still linux based…

    • lilypad [she/her, it/its]@hexbear.net
      link
      fedilink
      English
      arrow-up
      3
      ·
      27 days ago

      Tbh I use it for a ton of things. For example cutting up audio, or if I download a thing and want to extract the audio (e.g. a song from YouTube, since newpipe has decided to stop offering plain mp3 downloads). I can write little scripts and just run them, its simple and easy, and makes sense to me. Need to zip up many files in a structured repeated way? I can spend a long time selecting every file by hand, praying I dont misclick and unselect everything, or I can do a simple bash script and it takes 5 seconds. Guis are clunky for me.

      • ashinadash [she/her]@hexbear.netOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        27 days ago

        Yeah the world of cli is pretty hardcore, I’ve used ffmpeg for extracting raw aac streams to be containerised for instance. Running that type of stuff on android is legit though.