Languages Delphi & Kylix Delphi Graphics  

Graphics

 
Records 1-20 of 20
Title  /  Popularity Revised  Rating Size
Transparent Picture-Form
This code will allow you to make a form with a transparent picture instead of a form. So you don't have to use the old, (quite boring) square form. It also shows you how to drag a form without a ...
April 21st 2010   30k
TransPix
This will show you how to make a certain part of a form transparent. The form is set to the size of the image (Image1), then it uses the CreateRectRgn, CombineRgn, and GetPixel functions to make a certain color transparent ...
March 11th 2010   7k
Write your own 24 bit BMP from Scratch!
Did you ever dream of writing your own bitmap image? A 24 bit Bitmap file is relatively simple to write. We should have an understanding of BMP's header and should know how to write the data part. This article shows ...
January 25th 2010   93k
Simple video player
Simple video player. A good example for beginners. Can play AVI. MPG, MPEG, not sure about DVD encoded videos. Features include: play, pause, stop, tracking, mute, zoom in and out, and fullscreen. If you like this then please rate.
January 13th 2010   43k
Use any Bitmap as a form
This code copys the contents of a fat32 harddrive to another. It will copy drivers and all. Just remember to set the active partition on the new drive. and it will boot right up to a desktop.
September 26th 2009   308k
Wire 3D
This is a short, simple program that shows how to draw a wire frame for a 3D model. Anyone interested in math or 3D graphics should like playing with this code. It is only about 200 lines so have fun. ...
August 25th 2009   32k
GFX 2 Ascii
I saw an example here that converted gfx in to webpages but it never gave the correct colours and the files were large. My version gives accurate colours and smaller file sizes.
July 28th 2009   95k
Grapher
Last updated Oct. 8 (optimized). This program generates 3D and 4D graphs and displays them using wireframe and alpha blended polygons. No DirectX or OpenGL are used here. The function being graphed uses interpreting to find a result. The interpreted ...
June 27th 2009   126k
Graphs in 2D & 3D with Infix to Postfix convertion -- Example2
This is another example of cartesianos. It uses the Space3D Object and the InfixToPostfix Object. Graphs any function in 3D and lets you move around like in Quake ;) If you don't have the Components yet, search under "infix"(without quotes) ...
June 6th 2009   306k
Fractal Patterns
Shows how to create several different fractals including the Chaos theory, the Snow Flake, Mandelbrot, Juliaset, a tree like pattern, a spiral pattern... A short technical description of each is in the download.
October 29th 2008   314k
Control Alpha Blend Value
This code allows a user to control the alpha blend value of a form at runtime. Really simple stuff, the code isnt commented because its self explanitory. Dunno if this will help anyone or not, I was bored and though ...
March 13th 2008   2k
Convert ImageList (XP Fix)
This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the conversion procedure online somewhere, and I am NOT its original author. But I have put it together into this example.
February 11th 2008   25k
Direct Pixel
This program shows how to manipulate bitmap pixels using an array that is about as easy to use as tcanvas.pixels but much more efficient. The program also shows how to fade using this array. It is very well documented.
July 30th 2007   12k
DirectX Sharks Screensaver
This is a Delphi translation of my award winning Visual Basic code, which I made about a year ago. It uses DirectX 7 to display sharks swimming around. This version includes a configuration screen which allows you to choose how ...
July 29th 2007   60k
ASM Turtle 2
This program shows how to make an interpreter. The script is based on the assembly language with jumps and labels but still programs graphical output just the same as Logo's Turtle. It has 5 html help files. I hope you ...
June 5th 2007   52k
Engine3d
This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as OpenGL. The code includes Gouraud shading, which gives much better quality than flat shading for curved surfaces. Also included are ...
May 15th 2007   30k
AVICQ project
AVICQ is a ICQ like communicator with duplex audio and video.
December 12th 2006   374k
Bitmap Animation Component
Put TImageList And TBitmap Component in Your Form And Animate! P.S. When Adding Images To ImageList You NeedTo ChangeTransparent Colorothe wise You'll get mess...
December 9th 2006   4k
Alpha Blending
This program averages bitmaps together but also at different ratios in different areas depending on the colours of another bitmap. It uses ScanLine to manipulate the pixels of the 3 bitmaps in the blend so it is smooth for small ...
March 22nd 2006   89k
ASM Animation
This program creates an animation using blitting with assembly after getting memory addresses of pixel information using scanline. To understand the code, you'll need some knowledge of assembly.
March 22nd 2006   11k
New Code
Popular Code