Advertisement

Results for "Category: Graphics/ Sound"

5_2007-2008 #192321
Rotate bitmap with Graphics

If you rotate an image it is no problem using Graphics.RotateAt Methode in .Net. But if you want to rotate it back or calculate some stuff on the picture data you loose the edges. Here I show you my example how to calculate the image without loosing edges. It it works, please vote ;-)

5_2007-2008 #192322
Simple to use graphical ProgressBar

Shows an progressbar for any application. Uses graphical elements like 1000 times seen. But by using the color matrix system it will be very nice to change effects by using less code. With smoothing mode and an option to write the process value in the bar.

5_2007-2008 #192337
Image Factory v1.0

Image Factory v1.0 - Digital Image Processing Software System. Convert, Import, View, Resize, Rotate, Flip, Enhance, Share, Organise & Print your Images. Very first version, used pure .NET code. I have tried hard to make it a usefull software. If you find any bug please mail me. And please vote if you find it usefull in any way.

5_2007-2008 #192339
Pattern Thinning Module

This is an image processing module. The application produces the skeleton of the pattern. First you draw a pattern in the picturbox. Then thinning process begins and shows you one-pixel-thick skeleton view of the pattern. Lots of character recognition systems use thinning step in their applications. My application can be used by the programmers who interest in OCR or ICR. I used the thinning algorithm which is discovered by Lei Huang, Genxun Wan, Changping Liu.

5_2007-2008 #192340
Digit Recognition Module

This is an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor classifying algorithm to select the true digit. Database includes handwritten digit examples which are collected from a hundred persons. These digit images converted to binary type before added to the database.

5_2007-2008 #192410
Original SINe

This small VBscript (HTA) app is sort of like a screen saver you can tweak and play with. It's an old idea dating way back to the C64 era, sprites moving around in sine wave. I first made this with GIFs,then eventually DIVs with a wingding character in it. This lets me colour each sprite and set the size with style.FontSize (which is too slow to do in the mainloop unfortunately), but now I don't need graphics so it's standalone. Some of the text boxes use EVAL() which adds even more scope, but at the price of a big CPU hit. It runs OK on my dinosaur PC though (Pentium 3 450MHz) Save it as HTA and run it (or HTML,it isn't bothered) (This is a repost because I uploaded it to VB by mistake) Have fun! Alan.

5_2007-2008 #192424
A very simple BMP (bitmap) loader

This little code shows you how easy it is to load a bitmap into your window! I programmed this as simple as possible so most people can understand it and use it in their games and other programs!

5_2007-2008 #192440
Pure ASP VML Pie Chart #2 [update Jan-02-2005]

## Draw Pie Chart with Pure Asp## I have download the original code from this link: http://www.aspin.com/func/content?tree=aspin/tutorial/graphics&id=4027210 I have modify to class for easy to use , enjoy it. Fixed bug: Jan-02-2005 - Calculate X, Y Pin percentate align.

5_2007-2008 #192532
Get Screen Resolution

Gets the current screen resolution and displays it in a MsgBox in 1 line of code.

5_2007-2008 #192534
harry's paint

it draws different graphical figure. it is controlled with the mouse. for its detailed features download the code & execute the cpp file. Thank You . please rate it

5_2007-2008 #192539
LCD Clock (Win32 APIs)

This plain simple LCD clock is developed using pure Win32 APIs and no MFC. This is a very small piece of code, but it shows how Win32 programming can be made practical and simple. If you find it useful please vote for me.

5_2007-2008 #192604
Double Buffer A Picture Box (Flicker Free)

**DOUBLE BUFFERING FOR BEGINNERS** Drawing constantly to a picture box causes huge amounts of flickering which is undesirable and looks unprofessional. This is a very easy way of removing the flickers using the double buffer method. Double Buffering has been used in games since time began, even back on the Amiga with Blitz Basic and Amos. The idea is to draw all details into a buffer, this means the user cannot see it and it is very quick. Once all the drawing is complete it is then copied to the front buffer (Picture box in this case). This means there is only ever one update per cycle as opposed to an update for every item drawn. When I began looking for this I found only examples of drawing onto a form... well that's a cheat, it has a DoubleBuffer property, a picture box doesn't... I'm not fussed about votes folks, just let me know if this has helped.

5_2007-2008 #192662
GD2 Library Class

All gd2 functions , resize , thumbnail ,graphic effects

5_2007-2008 #192834
Mr.Calc

Mr. Calc is a basic calculator with a graphical front-end. The code demonstrates, how to work with regions, shaped forms and classes. The Application includes only one button, everything is drawed. I hope, you'll enjoy it and give me feedback, if you'll find bugs.

5_2007-2008 #192955
Picture Master 1.00

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!

5_2007-2008 #192988
Monkey StreamCast & Web Server V2

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.

5_2007-2008 #192989
Monkey Head Media Stream

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.

5_2007-2008 #193046
ASP Slideshow

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.

5_2007-2008 #193191
Console SetPixel

using SetPixel function with the gdi link for graphical use in a console window.

5_2007-2008 #193233
BatchResizeImages

Resizing all images in the source folder and save them in the destination folder. This is a simple and useful utility.

Languages
Top Categories
Global Discovery