Page 1 of 1

DDS Image rendering in vb2005

Posted: Thu Jul 20, 2006 3:31 pm
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?

Posted: Mon Aug 07, 2006 6:40 am
by Zenaku213
It takes alot more than about 10 lines of code for dds rendering.

Posted: Mon Aug 07, 2006 5:13 pm
by Halonewb
do you know how then?