Advertisement

Results for "Category: Graphics/ Sound"

6_2008-2009 #207535
A 3d Shapes control

this a custom control for adding 3d shapes to your project for example Text, Rectangle, Ellipse, Line, Circle, FillEllipse, FillRectangle etc The Control have properties like 3d style, 3d size, font, color, border, back color, fill style etc. the control is created in c# and a sample application for both c#.net and Visual basic.net is provided, please vote and give me some feed back thanks.

6_2008-2009 #207811
BMP show simple program

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

6_2008-2009 #207825
Raptor v. 0.1.14

Open source paint program. Features line, rectangle, oval, ruler and poly-line tools. Supports anti-aliasing, transparency, gradient and undo. GDI+ Graphics. Opens GIF, JPEG & BMP. Saves as BMP.

6_2008-2009 #208092
A Drawing program- much like Widnows Paint

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.

6_2008-2009 #208163
^^ HRM:-Windows in DOS mode

This is a HRM (HUman Resource Management) S/W. The program is created in TURBO C++ 3.0(DOS). With wonderfull WINDOWS ENVIORNMENT(SEE SCREENSHOT).A lot effort has been spent in graphics. This project has been made for HCL as our summer Project. By Joel & Rajat from JSS ACADEMY.(rajatjain@email.com) Write to us for the COMMENTED VERSION of the code. Run MAIN.CPP Login Information. For Employees Page. empid - JOEL ,password - JOEL For Administrator Page. empid - ADMINISTER , password - PASSWORD

6_2008-2009 #208170
winamp plugin - 3DView v1.1

Writting a winamp2.x plugin actually is an easy task. This plugin displays some 3D objects using points, the objects can translate/rotate/transform in the 3D space. It is a good example for dll programming, please rate for it. I code the 3D engine without using any OpenGL or Direct3D technique (only some manipulation on device content). The dll file need to be put under winamp\plugins\ dir. It read 3d datas from file 3dview.dat (in the same dir). This plugin idea is inspired by screen saver 'dissolves'.

6_2008-2009 #208390
ibrowser

i-browser this script is an-asp based image browser which will show all the images in your specified folder in a navigable format. it can also delete images. It also shows the subfolders of the current folder in view.

6_2008-2009 #208470
Ys Tech CursorMaker v2.02

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.

6_2008-2009 #208471
Fading Text Mesages

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.

6_2008-2009 #208561
Particle Dance

Dancing Particle you can configure color, width, height, velocity, gravity, blur, blurzoom, etc.

6_2008-2009 #208562
Text on Path

Class to create Text on a path, the result can returned as bitmap or as svg xml

6_2008-2009 #208819
Image Gallery

** Updated! ** Removed some bugs, comments are now supported, changed the layout just a bit, and added a light and dark css style. Still in the works is the admin portion and a who's online. ------------------------------- This is a 1 file does all Image Gallery. FEATURES: No database is required - Individual user accounts - Sessions (so you dont have to keep entering username/password) - Email verification (if set) - Proper file uploading via POST. None of that crappy "copy" ;p - CSS stylesheet (embedded) - Automatic thumbnail creation with drop shadow - Thumbnail cacheing - individual image hit counter - All of these features all inside one script!

6_2008-2009 #208937
Computer Graphics Programs

List of Computer Graphics Programs --------------------------------------- [ Program Set 01 ] 01. DDA line drawing algorithm 02. Bresenham line drawing algorithm 03. Midpoint Circle Drawing 04. Scanfill 05. Boundary Fill (8 Connected Point) 06. Floodfill [ Program Set 02 ] 01. Rotate About Origin 02. Rotate about Reference Point 03. Scaling about Origin 04. Scaling about Reference Point 05. Translation 06. Reflection in x Axis 07. Reflection in y Axis 08. Reflection on any line. 09. Cohen Sutherland Line clipping Algorithm [ Program Set 03 ] 01. Line clipping by Cohen Sutherland 02. Liang Barsky Algorithm for Line Clipping 03. Nicol Lee Nicol Algorithm for Line Clipping 04. Sutherland Hodgemann Algorithm for Polygon clipping

6_2008-2009 #208950
_3d rotating space shuttle

3D OBJECT VIEWER This program shows a space shuttle in 3d You can rotate the object and visualize it in a perspective or orthogonal view Use: Arrow keys to rotate the object, + make a view more orthogonal (put camera more distant from the object), - make a perspective view (put camera more near to the object), > and

6_2008-2009 #208979
Click Me

Just For Users Enjoyment.

6_2008-2009 #209035
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

6_2008-2009 #209066
Create Dynamic Images (Advanced) (.gif,.jpg,.png) (Server-Side with GD Library)

Edited quote from www.boutell.com: "GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, and is commonly used to generate charts, graphics, thumbnails, graphs, text and almost anything on the fly." For a demonstration of this project: http://www.pinnacle.co.za/gif/dynamicgif.asp - Press F5 to refresh and see a new random image. Read more here: http://www.codeproject.com/asp/GDLibraryWrapper.asp - 3 ASP examples included! Readme.txt included. What can it do? An image can be created/loaded, drawn on, saved to file/database or sent to a browser in less than 5 lines of code! Read/Write directly to BLOB/Image types in SQL.opening a file and writing a copyright message on it or adding a watermark/logo. Creating pie charts or graphs for stats. Drawing lines, pixels, circles/ellipses, gradient fills (this dll only, thanks to my best friend, L). Writing horizontal/vertical text. Loading/saving to file/database (BLOB/Image data type). Store and load an image in SQL, and output it dynamically to a client. Or first write something dynamically on it and then output it to a client browser. Upload an image to the server, change the file dynamically (like resize it, or write a message on it, or change it's format) and save it back to file for use later. The uses are endless! I hope people will vote, simply to show others the quality of this project, as I invested a lot of time to code/test/debug this project & research GD Library. NB: This project is not for the faint of heart, it might take time before you need this or have the skill set to use it! PS: You will need to compile this code in VB6 and download the GD Library DLL from www.boutel.com/gd/

6_2008-2009 #209180
animation1

it is just a simple but exquisite animation.

6_2008-2009 #209248
^!Play music directly to PC's Internal Speaker

Play music directly to PC's Internal Speaker

6_2008-2009 #209439
Function Plotting

This is a code that plot functions , 100% working and with a good quality.. Functions like cos, tan , sin or even any complex function like : (30+10)((cos(x)+ sin(x/0.8))x^3).. just check it yourself and please dun forget to vote for this code if you liked it..

Languages
Top Categories
Global Discovery