Applications Graphics & Sound Computer Graphics Effects Bitmap rotation  

Bitmap Scaling/Rotating/Antialiasing Filter prototyper

download download  
important code information
author:
Minimalist
minimum requirements:
Bitmap Scaling/Rotating/Antialiasing Filter prototyper description

Written in C/PASCAL/ASM. This program is a prototyper designed for at least the 486 processors. Preferably pentiums. It provides lots of code with a couple strategies in two to three languages for rotating and scaling a bitmap texture. It has has grayscale bilinear, trilinear, etc post antialiasing filtering as well as real-time color bilinear filtering through a lookup matrix.


This program is a prototyper designed for at least the 486 processors.
Preferably pentiums. It provides lots of code with a couple strategies in two to three languages for rotating and scaling a bitmap texture. It has has grayscale bilinear, trilinear, etc post antialiasing filtering as well as real-time color bilinear filtering through a lookup matrix.

While it is the result of several days of work on my part, fiddled with here and there over a few months as time permits, you can use it and the code involved if you wish as intas you include the standard greetings to me somewhere in your program, say in the credits.

I hope the code is of some use to you. As of now I'm moving on to a new hobby
project which involves an object rendering engine for triangle meshes including environment and bumping.

About the BMP images these programs require. All the old programs must use
a 320x2008-bit grayscale image. The new WATCOM C version ALIASWC.EXE will
work with any BMP of any resolution, be it color or grayscale, as long as it
is 8-bits (256 color). The timage is centered into a 256x256 texture.

You must supply a BMP filename as an argument such as:
C:> ALIAS DEATH.BMP
The BMP can be any size, grayscale or color, so long as it is 8-bit color.


File List:
2001.BMP31Kb
AC.BAT20b
AG.BAT24b
ALIAS.TXT5Kb
ALIASC.C32Kb
ALIASC.EXE36Kb
ALIASPAS.EXE13Kb
ALIASPAS.PAS11Kb
ALIASWC.C30Kb
ALIASWC.EXE71Kb
AT.BAT22b
DEATH.BMP64Kb
MISSCATG.BMP64Kb
TEST128.BMP17Kb
WAC.BAT60b

User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 129
version
size in Kb 171
popularity   1360/7913374
user rating 4/10
ad


New Code
Popular Code