Base64-Noise-Generator is a small web tool to create base-64 CSS background noise images as PNG.

base64-noise-generator

base64-noise-generator

Colors and intensity as well as the dimensions of the image are freely configurable. By default 8-bit color depth is enabled – you can change it to 24-bit image, but it is not recommended to do so:
the 8-bit flavour is less than half the size most of the times. And also there is no way to blend from one color into another with more than 255 steps (in 24-bit colors). So the quality of the images is the same.

The randomness is not quite perfect. Ideas for improvements are very welcome. But I think you can already get useful results if you adjust the values and generate certain times until you get a nice look.


Update: The full source code of the tool is available on Github.

Tagged with: , ,

Transpozr is a small web application for transposing chords of a song easily (altogether with the lyrics).

transpozr

http://codeblock.at/transpozr/

Just paste the chords in the input area on the left. The plus and minus buttons in the middle are for setting the half-tone steps you want the chords to be transposed to. The result will appear immediately on the right side.

Das JavaScript-Programm, befindet sich in einer frühen Version. Aber leistet zumindest mir schon jetzt gute Dienste.

Derzeit geht das Tool beim Transponieren eher riguros vor und unterscheidet nicht zwischen verschiedenen Tonarten (zB.: ein C# und ein Db werden genau gleich behandelt und eventuelle Unterschiede gehen beim Transponieren verloren). Eventuell wird es in Zukunft eine Version geben, die die aktuelle Tonart erkennen kann und entsprechend richtig transponiert.

In dieser Version wird außerdem nur englische Notation unterstützt, das heißt ein deutsches H entspricht einem englischen B und ein deutsches B entspricht dem englischen Bb.

Tagged with: , , ,