Mine would be creating pen and paper ciphers for my made up secret communication needs.

  • Console_Modder@sh.itjust.works
    link
    fedilink
    arrow-up
    180
    arrow-down
    2
    ·
    edit-2
    10 months ago

    I try to make something that looks good (or at least doesn’t look like random static) by running pictures I’ve taken through audio editing software. There are some extra steps that go into it to “trick” the program into importing the picture as if it were a sound file, making sure the header (information that tells your computer that this is a picture) doesn’t get fucked with, and then exporting the data in a way that it will be saved as a picture and not an mp3 or something else.

    On the rare occasion I do bring it up, I can literally watch people’s eyes glaze over. Until I show them a picture

    Edit: internet is really bad right now, will reply with an image when I can

    Edit2: picture was too big at 7MB. Hopefully a screenshot of the picture doesn’t look too bad

    • Gormadt@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      23
      arrow-down
      1
      ·
      edit-2
      10 months ago

      Ok now that’s really cool

      I do a lot of photography and I’ve been trying to find something that I could do with some of my more experimental shots that makes them more… more‡. If that makes sense?

      You wouldn’t happen to have more details on how to do it would you?

      Edit: ‡ My more experimental shots are more done as like experimenting with how a shot is taken for like evoking a specific feeling or doing something strange in camera or really any number of reasons. Hell some of my experimental shots were accidentally taken pictures that are disorienting or confusing. I don’t share them often, because IDK it just seems like really personal sometimes. Those experimental shots feel less like photography and more like painting with photos.

      • Console_Modder@sh.itjust.works
        link
        fedilink
        arrow-up
        35
        ·
        edit-2
        10 months ago

        Absolutely!

        I have a bookmark saved on my computer at home to an old forum with the instructions I followed when I started doing this, and I can send that link later.

        There are two programs that I use, and both are free.

        GIMP - image editing software

        Audacity - audio editing software

        Here is the basic process from that bookmarked forum post that I can remember off the top of my head. If something is wrong (especially the Audacity import settings, since I don’t ever change them), I will fix it later.

        1. In GIMP (or other software of your choice) convert the image to a bitmap (.bmp). This step is very important!

        2. Use the option to import raw data as A-law with “little endian” (I have no idea what those setting do, but I assume it’s for keeping the header intact)

        3. Change the timeline in Audacity from time to samples and select everything after the 34th sample to edit and add effects (samples 1-34 are the information that tells your computer that this is a picture CHANGING ANYTHING IN THE HEADER WILL STOP YOU FROM OPENING THE IMAGE AFTER THE EDIT)

        4. Export the audio using the raw data option, selecting A-law again. This should re-save the “audio” as a bitmap image as it will not add an audio file header to the data.

        I believe the blue parking garage image uses reverb, or maybe a phasor… possible both to get that effect? But there are a lot of setting to mess with for each audio effect that can dramatically change the outcome. The trees picture was made by putting the original picture in the left audio channel, and putting a horizontally flipped copy of the image in the right audio channel. Delete the header from the flipped copy, and exporting the data smashes them together in this really strange mirror effect. Afterward, I would use GIMP for any color correcting, changing saturation/hue, simple stuff

        Edit: spelling and formatting

    • PunnyName@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      10 months ago

      I just wanna know how people even came up with data moshing. It blows my mind that there’s a thought process that incorporates these steps, and ends with awesome (sometimes) results!

    • Rozz@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      14
      ·
      10 months ago

      That’s pretty cool and definitely falls under the category of a hobby that you do because you can, although I’m sure there are people in the world who would pay for art like that (not suggesting that you do).

      • Console_Modder@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        10 months ago

        I have had the thought about trying to make money off of this, and some friends have joked that I should be making album art or something like that.

        However, I don’t want to feel like I have to meet a deadline or feel the pressure of making something that someone else wants/likes. I just want to make something I like

        • Rozz@lemmy.sdf.orgOP
          link
          fedilink
          arrow-up
          5
          ·
          10 months ago

          I completely get that, adding a timeline or even someone else’s opinions changes things

      • Console_Modder@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        10 months ago

        Most of the time I don’t have a plan of what I want out of something. Sometimes I can get something that looks interesting or cool right away, other times I have hundreds of files trashed over a couple of days and there’s not a single one that I personally liked

    • oce 🐆@jlai.lu
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      Considering it’s audio-software, I guess the changes are related to frequency changes. You should look up Fourier transform (the function that allows to see the sound frequencies of music, for example) applied to images and play with it. If you are not afraid to do a little bit of Python coding, you should be able to have much more control on the parameters responsible for the visual effects you’re looking for.
      The image equivalent of bass frequencies (long wavelength) are big details (ex: the trees) and high frequencies (short wavelength) are small details (ex: the leaves).

      • Console_Modder@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        I haven’t had to think about Fouier since college, so thanks for bringing up that trauma lmao. I do realize that there are ways to reliably get certain effects or even learn how to do this in Photoshop or GIMP, but I like the shotgunning, spray-and-pray of not knowing what the outcome will look like

        I guess I find the process of going back to make small changes to the settings and then seeing how that affects the image more satisfying. Getting something that looks good is just a bonus

    • cubedsteaks@lemmy.today
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      10 months ago

      This is so fucking cool. Where can I learn more about this??

      edit, I see your other post explaining!

    • Bob@feddit.nl
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      I used to do a similar thing where I saved photos as .txt files, but they were an awful lot glitchier, and usually split the RGB channels to look as if you had three eyes and were crossing them.