Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. back on my project of creating images from data.

back on my project of creating images from data.

Scheduled Pinned Locked Moved Uncategorized
creativecodingpatterns
19 Posts 6 Posters 1 Views
  • 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.
  • boggo@mastodon.gamedev.placeB boggo@mastodon.gamedev.place

    @hellocatfood Have you ever looked into self-similarity matrices? I've been mildly obsessed with them for visualising arbitrary data in a 2D image.

    boggo@mastodon.gamedev.placeB This user is from outside of this forum
    boggo@mastodon.gamedev.placeB This user is from outside of this forum
    boggo@mastodon.gamedev.place
    wrote on last edited by
    #5

    @hellocatfood

    Poemsquare

    favicon

    (boggo.neocities.org)

    Basically you just take every data point and compare it with every other data point using some kind of useful distance metric. In this example you can kind of see the repetition of the blank lines + the repetition of the final stanza.

    hellocatfood@post.lurk.orgH boggo@mastodon.gamedev.placeB 2 Replies Last reply
    0
    • boggo@mastodon.gamedev.placeB boggo@mastodon.gamedev.place

      @hellocatfood Have you ever looked into self-similarity matrices? I've been mildly obsessed with them for visualising arbitrary data in a 2D image.

      hellocatfood@post.lurk.orgH This user is from outside of this forum
      hellocatfood@post.lurk.orgH This user is from outside of this forum
      hellocatfood@post.lurk.org
      wrote on last edited by
      #6

      @boggo I have no idea what those are so I'm gonna say nope.

      1 Reply Last reply
      0
      • boggo@mastodon.gamedev.placeB boggo@mastodon.gamedev.place

        @hellocatfood

        Poemsquare

        favicon

        (boggo.neocities.org)

        Basically you just take every data point and compare it with every other data point using some kind of useful distance metric. In this example you can kind of see the repetition of the blank lines + the repetition of the final stanza.

        hellocatfood@post.lurk.orgH This user is from outside of this forum
        hellocatfood@post.lurk.orgH This user is from outside of this forum
        hellocatfood@post.lurk.org
        wrote on last edited by
        #7

        @boggo snap! I see. In the process I'm using the data is derived from audio so not sure how I could bring that into it. Thanks still!

        boggo@mastodon.gamedev.placeB 1 Reply Last reply
        0
        • boggo@mastodon.gamedev.placeB boggo@mastodon.gamedev.place

          @hellocatfood

          Poemsquare

          favicon

          (boggo.neocities.org)

          Basically you just take every data point and compare it with every other data point using some kind of useful distance metric. In this example you can kind of see the repetition of the blank lines + the repetition of the final stanza.

          boggo@mastodon.gamedev.placeB This user is from outside of this forum
          boggo@mastodon.gamedev.placeB This user is from outside of this forum
          boggo@mastodon.gamedev.place
          wrote on last edited by
          #8

          @hellocatfood they always look something like this.

          Link Preview Image
          1 Reply Last reply
          0
          • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

            @boggo snap! I see. In the process I'm using the data is derived from audio so not sure how I could bring that into it. Thanks still!

            boggo@mastodon.gamedev.placeB This user is from outside of this forum
            boggo@mastodon.gamedev.placeB This user is from outside of this forum
            boggo@mastodon.gamedev.place
            wrote on last edited by
            #9

            @hellocatfood They are actually widely used in audio! The main reason people use them actually is analysing structure of audio signals and music.

            1 Reply Last reply
            0
            • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

              back on my project of creating images from data. I think I've finally cracked how to create nice repeating patterns 🙂

              #creativecoding #patterns

              Link Preview Image
              ranjit@friend.campR This user is from outside of this forum
              ranjit@friend.campR This user is from outside of this forum
              ranjit@friend.camp
              wrote on last edited by
              #10

              @hellocatfood i really expected that to be a magic eye image!

              catnip@mastodon.onlineC 1 Reply Last reply
              0
              • ranjit@friend.campR ranjit@friend.camp

                @hellocatfood i really expected that to be a magic eye image!

                catnip@mastodon.onlineC This user is from outside of this forum
                catnip@mastodon.onlineC This user is from outside of this forum
                catnip@mastodon.online
                wrote on last edited by
                #11

                @ranjit @hellocatfood me too!

                1 Reply Last reply
                0
                • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

                  Looks like some lossy file types don't have very obvious repeating patterns. This is the qoi file format (literally means Quite OK Image). I think I need to make these images have larger resolution so the data doesn't fill up so quickly.

                  I'll also one day document my process but not right now.

                  #creativecoding

                  Link Preview Image
                  hellocatfood@post.lurk.orgH This user is from outside of this forum
                  hellocatfood@post.lurk.orgH This user is from outside of this forum
                  hellocatfood@post.lurk.org
                  wrote last edited by
                  #12

                  jxr is still one of my favourite image file formats to work with. I still need to read the file spec and work out what a "vanilla" image header looks like.

                  Link Preview ImageLink Preview Image
                  nnenov@mastodon.socialN oin@mastodon.socialO hellocatfood@post.lurk.orgH 3 Replies Last reply
                  0
                  • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

                    jxr is still one of my favourite image file formats to work with. I still need to read the file spec and work out what a "vanilla" image header looks like.

                    Link Preview ImageLink Preview Image
                    nnenov@mastodon.socialN This user is from outside of this forum
                    nnenov@mastodon.socialN This user is from outside of this forum
                    nnenov@mastodon.social
                    wrote last edited by
                    #13

                    @hellocatfood woa, I hadn't heard of it, looks super fun to corrupt : O

                    hellocatfood@post.lurk.orgH 1 Reply Last reply
                    0
                    • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

                      jxr is still one of my favourite image file formats to work with. I still need to read the file spec and work out what a "vanilla" image header looks like.

                      Link Preview ImageLink Preview Image
                      oin@mastodon.socialO This user is from outside of this forum
                      oin@mastodon.socialO This user is from outside of this forum
                      oin@mastodon.social
                      wrote last edited by
                      #14

                      @hellocatfood Love to hear what that sounds like in audacity.

                      hellocatfood@post.lurk.orgH 1 Reply Last reply
                      0
                      • oin@mastodon.socialO oin@mastodon.social

                        @hellocatfood Love to hear what that sounds like in audacity.

                        hellocatfood@post.lurk.orgH This user is from outside of this forum
                        hellocatfood@post.lurk.orgH This user is from outside of this forum
                        hellocatfood@post.lurk.org
                        wrote last edited by
                        #15

                        @oin sounds kinda interesting. I'll share a clip once I've generated enough data

                        1 Reply Last reply
                        0
                        • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

                          jxr is still one of my favourite image file formats to work with. I still need to read the file spec and work out what a "vanilla" image header looks like.

                          Link Preview ImageLink Preview Image
                          hellocatfood@post.lurk.orgH This user is from outside of this forum
                          hellocatfood@post.lurk.orgH This user is from outside of this forum
                          hellocatfood@post.lurk.org
                          wrote last edited by
                          #16

                          As suggested by @oin I imported the jxr image into audacity (U-Law, default endianness). The image is only 256x256 but it's overstuffed with data (i.e. past its actual resolution) so the file size is around 300kb and means I can have much longer audio.

                          Enjoy(?)

                          #sonfication #databending #creativecoding #noise

                          nnenov@mastodon.socialN 1 Reply Last reply
                          0
                          • nnenov@mastodon.socialN nnenov@mastodon.social

                            @hellocatfood woa, I hadn't heard of it, looks super fun to corrupt : O

                            hellocatfood@post.lurk.orgH This user is from outside of this forum
                            hellocatfood@post.lurk.orgH This user is from outside of this forum
                            hellocatfood@post.lurk.org
                            wrote last edited by
                            #17

                            @nnenov tbh I don't know what the file format is actually used for, I just like messing with it ha! imagemagick can generate it, but not gimp

                            1 Reply Last reply
                            0
                            • hellocatfood@post.lurk.orgH hellocatfood@post.lurk.org

                              As suggested by @oin I imported the jxr image into audacity (U-Law, default endianness). The image is only 256x256 but it's overstuffed with data (i.e. past its actual resolution) so the file size is around 300kb and means I can have much longer audio.

                              Enjoy(?)

                              #sonfication #databending #creativecoding #noise

                              nnenov@mastodon.socialN This user is from outside of this forum
                              nnenov@mastodon.socialN This user is from outside of this forum
                              nnenov@mastodon.social
                              wrote last edited by
                              #18

                              @hellocatfood @oin sounds super cool, kinda like FM synths, i wonder if thats in any way related to jpg sinewave malarkey

                              oin@mastodon.socialO 1 Reply Last reply
                              0
                              • nnenov@mastodon.socialN nnenov@mastodon.social

                                @hellocatfood @oin sounds super cool, kinda like FM synths, i wonder if thats in any way related to jpg sinewave malarkey

                                oin@mastodon.socialO This user is from outside of this forum
                                oin@mastodon.socialO This user is from outside of this forum
                                oin@mastodon.social
                                wrote last edited by
                                #19

                                @nnenov @hellocatfood Yeh this is really interesting, thanks

                                1 Reply Last reply
                                0
                                • R relay@relay.mycrowd.ca shared this topic
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups