Results for "Category: Graphics/ Sound"
Picture Master is picture viewer. You can save picture to favorites, zoom it, move it or save it to disk to any picture format supported by VB.NET. This is my first bigger project, PLEASE VOTE!
Here it is... Version 2.0 of the Monkey Screamcast audio and web server. It's multithreaded, small and fast. Serve up web pages and streaming media at the same time. Meta data is sent to Winamp as well now and you can view your MP3 collection from a web page and select the track you wish to be streamed to WinAmp. This dealio will work with video too. You can store all your MP3s on one box and listen to them abroad at work or via wireless with your laptop or handheld PC! There is an XML configuration file you can use to configure the server as desired. Tracks can be played in ordinal or random order with WinAmp or any Shoutcast stream compatible media player. In random order, you can click the WinAmp's play button to shuffle the playlist and hear a random song! Don't forget to configure and your MP3 directory. The XML parsing code is pretty cool with no dependencies. Tell me what you think and don't forget to vote.
The Monkey Head Media Stream application captures Internet radio streams (Shoutcast, Icy and X-Stream Radio) and records them to disk in an MP3 audio file format. Audio tracks can be separated into individual MP3 files in real-time or one large MP3 file can be created. Thousands of stream addresses can be acquired at Shoutcast. Simply download and open a ".pls" file and extract the stream address. Just paste the stream address in the Monkey Head Media Stream application and press record to capture MP3 files. See the documentation at the home page for more information. http://www.monkeyheadsoftware.com This application works best with broadband. Dial up users should user lower bit rate streams (96kbs and below). Please rate this code.
Create a slide show presentation by putting any combination of image, text, and sound files in same folder as the ASP script. If you use sounds, it automatically advances under IE with scripting enabled, falls back to manual advance otherwise. See http://www.ericphelps.com/slideshow/asp/index.htm for two different versions of this code.
using SetPixel function with the gdi link for graphical use in a console window.
Resizing all images in the source folder and save them in the destination folder. This is a simple and useful utility.
Flipping image Horizontally
Transforming XML to HTML Shapes
Encoding image with base64 algorithm
Join two or more mp3 files...
Colorizing image
Convert image to patchy Grayscale
converting text to picture
Simple Media Player. It can play MP3, OGG, AVI, MPG and other file types. This source code doesn't use any controls but only API functions.
Just an example of playing with Images
Crops a section from an Image,It helped me I hope it helps you.
A program to make screenshots and save it in jpeg format. The program it's works invisible when it's do a screenshot.
This code compares two images of the standard C#/.NET supported types for equality taking into consideration size, pixel equality and more. I needed a fast way of doing this as an alternative to the slow managed GetPixel and SetPixel. By accessing the bitmapdata directly with pointers, this method is endlessly faster and thrust me it's worth it in the end.
This program displays a clock.Importantly, this program won't prompt for any input, but it will respond to input's (in the form of key press events). Normally in c we can't get the input without prompting for it, but this program gets the input without prompting and proceeds accordingly.
By Using THis Code We Can Develop User Desinged Cursors In DOS Mode. It Is A Very Good Code To Design Cursors, Also I Have Included A Tutorial On Mouse Cursors In DOS.