DDS Image rendering in vb2005

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
Halonewb





Posts: 3
Joined: Thu Jul 20, 2006 3:25 pm

DDS Image rendering in vb2005

Post by Halonewb »

im trying to make an image format dds for vb 2005 this was all i was able to do

Code: Select all

'Declare DDS and DXT/1
Dim DDS as System.Drawing.Imaging.ImageFormats
Dim DXT/1 as System.Drawing.Imaging.ImageAttributes
'The image format is the extension, examples *.bmp, *.jpg
'ImageAtributes is for the DXT/1 rendering
Has anybody mastered GDI+ rendering and image format?
Zenaku213





Posts: 185
Joined: Thu Jun 02, 2005 12:09 pm
Location: In your walls.

Post by Zenaku213 »

It takes alot more than about 10 lines of code for dds rendering.
CLuis wrote:Being goth is a disease.
All those losers in gym must have it then.
Halonewb





Posts: 3
Joined: Thu Jul 20, 2006 3:25 pm

Post by Halonewb »

do you know how then?
Post Reply