02/08/2010, 04:35 PM
Ok so!
Databending is "in essence, the artistic misuse of digital information," basically the digital worlds equivalent of circuit bending. It can be taking a file (usually an image) and modifying it in a way it wasn't meant to be. There are virtually infinite ways of doing this, i.e. opening an image in a text editor, audio editing program, hex editor, etc.
Today, I'm going to show you two different ways of doing this, one simple, one less simple.
Method 1: Plain Text editor (Notepad, Notepad++, etc.)
1) Pick your image. Works better with JPG, for some reason. I'm going to use a picture of this ridiculously attractive female with glasses and a batman shirt today.
2) Open your image in your text editor or choice.
3) Now this is where the fun starts :p Do not edit the first few lines of the image, as that's the header. Here, you can do as much, or as little as you want. Put in characters, take out characters, move around characters, etc.
4) Save the image. If it doesn't open right, you screwed up the header. Start over, and scroll down more than you did in the previous step, and try again.
5) The end! here's my result.
Method 2: Audacity
(I use the latest beta, so the menus are different. If don't have it, get the beta, if you already have it, it's all there, just different places)
1) Same as before, pick your image. This time, convert it to a bitmap (.bmp) image. I'm using the same image as before
2) Open up Audacity. File » Import » Raw Data, select your image.
3)Set encoding to U-Law, and Byte Order to Big Endian, leave everything else as is, and Import it.
4) The fun part! This time, you can add various effects to the image. Reverse, echo, phaser, flanger, EQ, etc. And again, watch out for the header. The header is easier to watch out for here, because you can usually see the difference in the wave form.
5) When you're done, click File » Export. In the Save as Type box, select Other uncompressed files. Click Options, make sure Header is set to RAW (Headerless) and encoding is set to whatever you set it to when opening (following this, U-Law), Click OK, and save it.
6) If necessary, change the extension back to .bmp. Again, if it doesn't open, you probably overwrote the header.
7) The end! A few examples of mine: Reversed a small part, Invert, and Phaser.
As you can see, the two different methods have very different outcomes. And there's nothing to day you couldn't do both. :p
And of course, once you get the hang of this, try experimenting. These are just simple guide lines, not the only way to do it. Try importing with different encodings, etc. Experimentation is key for creative databending. :D
Have fun and experiment. :D
Databending is "in essence, the artistic misuse of digital information," basically the digital worlds equivalent of circuit bending. It can be taking a file (usually an image) and modifying it in a way it wasn't meant to be. There are virtually infinite ways of doing this, i.e. opening an image in a text editor, audio editing program, hex editor, etc.
Today, I'm going to show you two different ways of doing this, one simple, one less simple.
Method 1: Plain Text editor (Notepad, Notepad++, etc.)
1) Pick your image. Works better with JPG, for some reason. I'm going to use a picture of this ridiculously attractive female with glasses and a batman shirt today.
2) Open your image in your text editor or choice.
3) Now this is where the fun starts :p Do not edit the first few lines of the image, as that's the header. Here, you can do as much, or as little as you want. Put in characters, take out characters, move around characters, etc.
4) Save the image. If it doesn't open right, you screwed up the header. Start over, and scroll down more than you did in the previous step, and try again.
5) The end! here's my result.
Method 2: Audacity
(I use the latest beta, so the menus are different. If don't have it, get the beta, if you already have it, it's all there, just different places)
1) Same as before, pick your image. This time, convert it to a bitmap (.bmp) image. I'm using the same image as before
2) Open up Audacity. File » Import » Raw Data, select your image.
3)Set encoding to U-Law, and Byte Order to Big Endian, leave everything else as is, and Import it.
4) The fun part! This time, you can add various effects to the image. Reverse, echo, phaser, flanger, EQ, etc. And again, watch out for the header. The header is easier to watch out for here, because you can usually see the difference in the wave form.
5) When you're done, click File » Export. In the Save as Type box, select Other uncompressed files. Click Options, make sure Header is set to RAW (Headerless) and encoding is set to whatever you set it to when opening (following this, U-Law), Click OK, and save it.
6) If necessary, change the extension back to .bmp. Again, if it doesn't open, you probably overwrote the header.
7) The end! A few examples of mine: Reversed a small part, Invert, and Phaser.
As you can see, the two different methods have very different outcomes. And there's nothing to day you couldn't do both. :p
And of course, once you get the hang of this, try experimenting. These are just simple guide lines, not the only way to do it. Try importing with different encodings, etc. Experimentation is key for creative databending. :D
Have fun and experiment. :D