Results for "Category: Graphics/ Sound"
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
Have you ever needed a to hear something from your computer besides that grinding it makes and the humming? MAKE IT TALK!!!
A nice little MP3 music player / decoder. The unit is fully skinnable (3 skins included). Features a fully operational Play list w/ shuffle and loop functions. I am looking for help on building add on DLL plugins for sound effects and visualizations. The code is written in Visual C++ 6.0.
The function generator produces sine, square, triangle waves or pink noise. This program allows you to use the line output of your sound card for testing circuits or speakers. Useful for speaker testing.
Use your sound card input analyze frequency response. This application works like a real spectrum analyzer. Uses the line / mic input of the sound card. Great for testing speaker response.
There is no purpose to this i was just bored today and made it. Makes a cool 3d illusion by moving the arrow keys up and down.
A standard ColorPicker that resembles Adobe Photoshop ColorPicker. No Image files used. purely code color algorithms.It is faster since algorithms are used efficiently ( ...within my knowledge); to speedup the running. This is my first C++ programme so the coding styles may not be in a standard way. Forgive me. Any comments (+ or -) or certainly VOTES are welcome... This is not a completed vertion.But includes 3 color space with Hue, Saturation and Brightness. Also see my article ' A Standard ColorPicker' in Visual Basic section that is more completed than this vertion with Preset custom color, Safety palette etc.
RangBirangi is a look alike of PaintBrush. It is a DOS based paint application where users can create edit and save their graphic images. The files produced are of very small size as compared to the ones produced in PaintBrush of windows. The coding is very simple. Since the design is Object Oriented, users can add their own bits and make the software more versatile. Since this is my first project, I would love to hear from your side. Please mail me your comments.
Create sprites ( like Mario, Prince etc ) for your games and make them dance and frolic around the screen. Also provided a graphics library for Mode13h library by Pri$m. So go ahead create your games.
Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.
It draws simple objects like rectangles and ellipses. Looks a lot like Paint in the Windows accessories.PLEASE VOTE. I made that program following the instructions of a very good book on MFC programming.
As the name implies you can design mouse pointers of your own. These pointers can be used in any dos based program and with extra ordinary ease if you are using TC 3.0 (i wrote all the code for TC). The interface is also very user friendly. It is just like any paint program. There are help bubbles to help you too. You can save and retrieve your designs in .icn files (Samples included). The rest of the features you can discover on your own.
Flash Style Text fade function with working example. It displays given text from brightest to darkets and vice versa with the given red, blue and green values thus creating an effect of fading text.
A freehand drawing application that resembles MS Paint of Windows as a example with which you can create a good graphical user interface (GUI). It offers the power, versatility, and flexibility of C/C++ language. VOTE FOR ME PLZ!!!!
New Version of SpeakIt! reads and speaks any page on the Internet using animated characters and allows web page designers to create animated speaking presentations in 11 different languages using any one of 5 supported MSAgent Characters. It should be noted that this is the ONLY utility that allows you to add Microsoft Agent Presentations to your web pages with no SCRIPT of any kind, no VBScript, no JavaScript, Nada! If your web page visitors are missing ANY required software to present your animated speaking presentation, it will be installed automatically from Microsoft using ActiveX. Even if your web page visitor does not have any Microsoft Agent Characters the play sequences in your presentation will be retrieved from the Internet without any need for your web page visitors to manually Download anything. We have been told by people who have installed SpeakIt! that their web page visitors have increased. They say this is because people tell friends and family members about a utility that can read and speak ANY web page on the Internet using animated characters. Not only do your web page visitors get to see your special presentations, but they walk away with a useful utility that they can use anywhere on the internet. One of the changes to this version allows you the web page designer to decide if you want to Invoke SpeakIt! on a web page, even if the web page visitor has not yet clicked on the SpeakIt! gif to download SpeakIt!. This means you can always make sure that your SpeakIt! presentation is presented to every visitor who visits that page.
Allows you to read the width and height for GIF, JPEG (JPG/JFIF), Bitmap(BMP), and PNG files. You can upload a file or load a binary file from the server in the demonstration. This is great when you allow users to Upload files and need to ensure that they fit within a specific set of boundries (ie - uploading banners). Update - Now supports AVI, MOV, MPG/MPEG, and SWF with support from my brother Lucas Moten. JPEG files have also been fixed to read correctly.
Grab the opposite 6 character HEX color. This sums up David Weirs Color invert script with just one line of code. See his original code at http://www.pscode.com/vb/scripts/showcode.asp?txtCodeId=7176&lngWId=4 Be careful when comming close to middle gray scale (808080). opposites are same.
Allows you to create 1x1 images of any color including transparent images. (Images can be streatched by defining height and width in image tag)
This version of the Color Picker supports just about any browser that uses javascript - Including Netscape 3. The downfall is that you "must" run it with a server that allows ASP. A script is included to create "dynamic" images of various colors. Thus - more bandwidth is used to allow visitors to choose colors. It is still a great asset to anyone who wishes to allow users to pick colors dynamically to affect the sites layout and design instantly.
I originally posted SVG code on 10/12/01 that rendered charts using HTML and VBScript. ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at home.att.net/~p.walchli **. This code creates the charts utilizing ASP by creating the SVG image on the fly and in a "virtual" page. As with the HTML version, this one is also a Beta version. The colors are ugly and the layout is weak. But, on the bright-side, it's functional. I'll post improvements as time allows. To test this code you will need to create a database, table, and three fields. I have included the information from my database in the ReadMe.txt file included in the zip file. If you use the field names above, all you should need to do is change the database name in three files: Default.asp, incBuildPage.asp, and incBuildSVG.asp. If you do a search/replace for "YourDatabaseNameHere" you'll find the line number of where the connection is. If you have any questions, please contact me at p.walchli@att.net. Paul