Advertisement

Results for "Category: Graphics/ Sound"

5_2007-2008 #185872
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.

5_2007-2008 #185952
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.

5_2007-2008 #185953
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.

5_2007-2008 #186043
Particle Dance

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

5_2007-2008 #186044
Text on Path

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

5_2007-2008 #186301
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!

5_2007-2008 #186419
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

5_2007-2008 #186432
_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

5_2007-2008 #186461
Click Me

Just For Users Enjoyment.

5_2007-2008 #186517
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)

5_2007-2008 #186548
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/

5_2007-2008 #186662
animation1

it is just a simple but exquisite animation.

5_2007-2008 #186730
^!Play music directly to PC's Internal Speaker

Play music directly to PC's Internal Speaker

5_2007-2008 #186921
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..

5_2007-2008 #187069
Simple Video Player Using DX9

Simple Audio Player, shows how to load up a DX9 initialized video into a controllable Picturebox. Also displays some other techniques for .Net like OpenFileDialog, ResizeEvents in .Net, and how to load up pictures at run time in .Net.

5_2007-2008 #187075
Image Randomizer v1.0

Randomizes images on your web page so that viewers will see a different picture each visit or refresh. I did this script to add a little diversity to my personal site.

5_2007-2008 #187282
Play sound in C# without DirectX

Why load DirectX to play a sound when you can just call the Windows library?

5_2007-2008 #187301
Avanglion OpenGL

OpenGL 3D Cube with reflections. The code is written in VC++.NET with Win32 and is using the GL headers

5_2007-2008 #187417
glass3d: 3d wine glass

It's a little 3D experiement with C# and GDI+. All I did was mixed in some trig, some drawing functions, and a little alpha-blending. And presto! http://www.stronglytyped.com/software/glass3d/index.html

5_2007-2008 #187622
Playing Music with Microsoft Direct X 9

This tutorial will give you the knowledge to use Microsoft Direct X 9 to play music in your applications. We will do this by using the Direct X 9 Audio class.

Languages
Top Categories
Global Discovery