Advertisement

Results for "Category: Graphics/ Sound"

1_2002 #111711
Colored Text

This program is a very basic animation. It uses the conio.h header file. It goes to the center of the screen, sets the text color, pauses for a second, and then resets the text and background color and prints more text. This is a verrrrrrrry basic animation.

1_2002 #111743
Bitmap Animation Viewer

This program loads bitmaps as frames of animations. Then, you can play back the frames. The program lets you add frames, clear all the frames, play the animation, and stop the animation. You can also adjust the speed at which the animation is played. Its just a simple tool I wrote in a couple hours that I use to view the animations I intend to use in some of my other programs. Its also a good learning tool, since I've got a menu, as well as buttons and a dialog box. The program works, but there are currently very few options.

1_2002 #111746
Image Histogram Equalization

Program to open & view a .bmp file in color or convert it to 256 level grayscale & perform Histogram Equalization, if required. (with sample images)

1_2002 #111774
Plotting sine, cosine and tangential waveforms

This program is part of a larger project; one which involves plotting the curve for any given eqyuation. If someone wants to develop that program jointly with me, or has any useful tip concerning it please email me. Meanwhile check out this program...

1_2002 #111815
Translucent window under Win9x/ME/2000

This is a nice example which shows you how to create a translucent window under Windows 9X/ME. Windows 2000/XP has an own function for this. Windows 98 AlphaBlending functions, but Windows 95 has nothing, so I decided to use a external function for AlphaBlending (win9x) and I used for Windows2000 the SetLayeredWindowAttributes function. The functions in gdiu.cpp were written by Graus an other programmer who works for a Programmer's Journal. To use the code in your own applications copy the files win9Xtranslucent.cpp, win9Xtranslucent.h, win2000translucent.cpp, win2000translucent.h into your project and look at translucent.cpp, win9Xtranslucent.h, win2000translucent.h how to use the functions. IMPORTANT: The code is not perfect! So it can be optimized. If you want to optimize the code do it like you think it's good for your project :-) For best optimitation the code must be rewritten into DirectX code. HOW DOES IT WORK: When the application starts a copy of the desktop will be made (WM_CREATE). On the first WM_PAINT message a copy of the window will be made. The WM_PAINT message is the message where the most work is. First we calculate the size and position of the window, then we check the intersection between the backuped size, position and the new size, position. If there is a intersection we copy a section from our background backup bitmap into the new background bitmap to hide the old window. Then we copy the new position, size to the backup position, size. Now we create 2 bitmaps: the first is a copy of the window rectangle from the screen (without the window), the second is a copy of the window. This 2 bitmaps are the arguments of the AlphaBlendU function which will create a new bitmap. This bitmap will be drawn on the screen. And at last we create a new copy of the screen. The old copy is the background backup bitmap. On WM_WINDOWPOSCHANGED message we POST a WM_PAINT message to our window for updating. NEW: In this version the size of the window can be changed! _____________________________ Please vote it :-) Sorry for my bad english.

1_2002 #111825
CapturePicture

This code uses Video for Windows to capture single frames from a system video source in a specified time interval(in seconds). The Frames are saved as Bitmaps or as one AVI File. Don't forget: You need a videodevice for this to work!

1_2002 #111838
Shape window to bitmap

This example shows you how to shape your applications window to any bitmap in a resource really good looking effect for your apps.

1_2002 #111854
Electronic address book

This is a nice electronic address-phone book. Is completely designed in graphic mode. With this program you can save, delete and search information of your friends, family and companies. To use this program you have to increase the memory that borland C use, at least 256 Kb. I wrote this program to get the final grade in C programming. This program is written in spanish. Please, vote for this code!!

1_2002 #111856
Graphics.h

This is the graphics header file for all of you who need for making graphics. if you need any other header files, don't hesitate to ask... and yes please comment on the programs I have writen.

1_2002 #111878
WinFire

A windows port of a very realistic fire algorithm. Translated from Pascal to C++ and ported to Win32 using GDI.

1_2002 #111880
Load a BMP from a file

This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.

1_2002 #111883
Make a companion (kinda)

Have you ever needed a to hear something from your computer besides that grinding it makes and the humming? MAKE IT TALK!!!

1_2002 #111886
Tramp MP3 Player / Decoder

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.

1_2002 #111887
Function Generator

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.

1_2002 #111888
Real Time Analyzer

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.

1_2002 #111893
THREE (D) illusion!

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.

1_2002 #111901
Great ColorPicker

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.

1_2002 #111954
RangBirangi

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.

1_2002 #111955
Aakruti : The Sprite Editor

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.

1_2002 #111972
BMP show simple program

Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.

Languages
Top Categories
Global Discovery