Avatar

tumbleringintothevoid

@tumbleringintothevoid-blog / tumbleringintothevoid-blog.tumblr.com

Programmer behind VoidGlitch
Avatar

I really want to try out trichrome photography. I need to find myself some color gels and go hiking.

Avatar

I was messing around with Kim Asendorf's pixel sorting algorithm more to try to sort based on other properties. The first image is the starting photo (I was running through the woods in Mendocino county), second is an unchanged Asendorf sort, third is a sort that sorts pixel brightness, fourth sorts based on saturation, and the fifth on hue.

I had assumed that when you used sort() on a pixel array that it was sorting based on brightness, but apparently not.

Left click to save, right click to load a new image, spacebar to switch between bright first and dark first. Move your mouse left and right to change the threshold.

Avatar
Anonymous asked:

whats the website you use for this?

Websites:

Other Programs:

If you’re asking about the most recent post specifically, I used VoidGlitch; it’s the one I use most often since it has a bunch of different options in one place.

Avatar

I'm  glad to hear you're finding it so useful! Do you have any requests for other options or ways anything could work differently? I'm working on a new update to fix some things. Better saving being a main point.

Other people feel free to answer as well.

Avatar

I kept saying I would release this so other people could play with it, and now It's done! Using it should be fairly self explanatory. When you start the program it'll ask for an image to process. Choose one and then choose a mode from the menu. Load Map image will alter how the other modes change your image, using them as the basis for changes for your original image. Right click anywhere to save.

Modes include non-interlaced wordpad effect simulator, several versions of Kim Asendorf's pixel sorting algorithm, .jpg corruption, pixel shifting, and using different map images to change the output.

Follow the link for downloads for Windows, Mac, and Linux.

What you need: Photos to work with and, Java. If you have 64 bit Windows, then you can download VoidGlitchJava and you don't need Java.

Known issues: The .jpg corruption mode can sometimes make extra .tmp files. You can delete these. Occasionally this mode stops working, and you need to reload the image, or click reset map ASDFRGB doesn't work with map images.

Note about saving: The program counts the number of files in the VoidGlitch folder and saves your new file as "x+1".png where x is the number of files already there. If there's already a file there with this name (10.png for example) it will get overwritten. It will also overwrite anything called temp.jpg when the .jpg corruption mode is used. If you delete any files in the folder, make sure to move or rename the files you want to keep so they don't get overwritten.

Avatar
Image

The one from my other post was really the best result I've gotten out of it, but I'll explain what the code does: what I'm doing is comparing the color values for each pixel in each frame with the pixel to it's right. The code checks if the difference between the red values is lower than a certain threshold (set by the X position of the mouse), and if it is, copies the red value from the last pixel. It does the same thing with green and blue, and then does the whole process again except comparing each pixel with the one below it, and using the mouse's Y position. If you want more explanation feel free to ask.

Avatar

More Processing work. This one looks at each pixel and shifts it over based on brightness. Some of the textures it creates end up looking pretty cool. I'm considering doing this again with each color separately to see what happens. Picture taken in the north of Scotland a few years ago. 

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.