Advertisement

Results for "Category: Graphics/ Sound"

6_2008-2009 #199199
CAR 3-D

Wow A 3D car created using borland c++.You are able to view the car from any angle as it rotates around every possible angle and axis.Please Vote For This Code. For more 3D programs and help in bc++ visit my site www.gauravcreations.com

6_2008-2009 #199200
Independence Day(see screenshot)

This program has almost all the basic c++ graphics functions and also the independence day tune created using sound function. It will act as a great tutorial for those who want to learn graphics in c++.Please vote fr me. visit www.gauravcreations.com for more exciting programs.

6_2008-2009 #199298
PaintBucket Algorithm v0.0.1 Build 93

Paint Bucket is a common tool for image editing applications (Photoshop, Paintshop Pro etc..). Main purpose of this tool is find and paint an area that has similar colored pixels. So it's algorithm much more harder to code and compute than a normal paint brush or pencil brush. Because paint bucket algorithm has, a search and determine an area with similar color, different with other tools. Finally, all this algorithm written in vb.net is included with project. And Test Application is very functional and reusable with all this and other MDI based applications. You can freely use and distrubute it in personal and opensourced projects (please not in commercial projects). Test Application has Undo and Redo function (with 5 history limitation), "open", "save", "save as" and "close" functions with four common image format. You can check the readme on http://alatas.info/paintbucket Please Vote, Thanks

6_2008-2009 #199496
Dynamic Text Image Creation

Create text graphics on the fly using GDI+. Supports any TrueType font and allows multiple style options. See comments for usage. Please vote or post questions.

6_2008-2009 #199500
Dynamic Font Generation

Create text graphics on the fly using GD and freetype libraries. Supports any TrueType font and allows size, color, and bgcolor specification. Also has built in support for date formatting. Examples can be found at http://www.danhendricks.com/site.content/howto/php/dynafont/index.html

6_2008-2009 #199501
Percentage Bar Indicator

A percentage bar indicator. Can be used to create a "relevancy" statistic bar for custom search engine, to display user voting statistics (ie, 3 out of 4 stars), or display any other percentage graphically. See also my ASP.NET/C# version: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=3415&lngWId=10

6_2008-2009 #199502
Simple Bar Chart Creator

You can use this code to create simple bar charts on the fly. Currently, it only works well with values greater than 1. ZIP file includes code and sample usage. It's not perfect, but it works. Please vote if you find it useful. http://searchforcode.com

6_2008-2009 #199738
window shaping example

Example on how to shape your form to fit a the shape of an image.

6_2008-2009 #199878
Image Drop

This script allows you to specify an image to fall down the entire height of the web browser. Images drop at random speeds. The number of images dropping may be specified as well. This particular script demonstrates how to drop an image related to the current month. This gives off an interesting effect.

6_2008-2009 #199928
Read Image Dimensions

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.

6_2008-2009 #199929
Read GIF Dimensions

Reads the Width and the Height of a GIF image. Really nice to have if you need to limit your users with specific image dimensions for profile images, banners, buttons, etc.

6_2008-2009 #199933
Dynamic Pixel Image

Allows you to create 1x1 images of any color including transparent images. (Images can be streatched by defining height and width in image tag)

6_2008-2009 #199934
Color Picker 2

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.

6_2008-2009 #199966
Image Directory Listing

Lists thumbnail images within the current directory. Very simple beginner stuff dealing with file scripting object. Handy for viewing your images quickly. Just copy the code and paste it a file called default.asp. Then view the directory on your website.

6_2008-2009 #199972
Oppisite Colour2 (HEX)

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.

6_2008-2009 #199976
Lewies Validation Code Image - Part 2

Prevent content and processes from being misused for spam or inappropriate use. An image is displayed to the end-user. An attempt is made to prevent OCR recognition by agents, spiders, or artificial intelligence to gain access to content or processes. The image will display a “code” to the user that they are required to enter into a field provided.

6_2008-2009 #199977
Image 2 HTML

Converts an image to HTML table cells. Probably done many times before. This one also creates javascript to invert the image 1 pixel at a time.

6_2008-2009 #199978
Play WAV Files

Allows you to effortlessly play wave files in a seperate thread while your application continues to operate. Now supports playing embedded resource files and Streams.

6_2008-2009 #199983
Exif metadata reader

This is an old library that I was working on about a year ago. I recently dug up the code for another project and saw that I had built it in a way that could be nicely packaged. Using the xml file provided, it is easy to add new tags as they become standardized. Also, it has a nice feature of making data readable in English. Swap the XML with your own language to support multilingual applications/websites.

6_2008-2009 #200149
Basic Image Coverter Class

This is a class that can turn any bitmap based image format into either, bmp, jpg, gif, tif, or png formats. It also includes setting the quality for Jpg type images. See the code in the module section for example usage. To compile this code, at the command line type vbc image.vb /r:system.drawing.dll . I will add more capabilities in the future. IMPORTASNT NOTE.. add an extra 's' to the words Clas. Sorry but I had to remove the s because PSC's really bad parsing for bad words saw the last three letters and wouldnt let me post it..Very bad form PSC!

Languages
Top Categories
Global Discovery