Question How to create GIF image

litumishra

New member
Joined
Jun 20, 2011
Messages
1
Programming Experience
3-5
We want to create a letter in GIF format with below attributes of GIf file.

Non-Interlaced GIF (CompuServe) 89a
2 colors (1-bit)
Horizontal Resolution 96 dpi
Vertical Resolution 96 dpi
Bit depth 8

The data for this letter would be taken from database table. This table contain the Letter parts like subject, Address, body etc. These data needs to be placed on the letter. I am not sure how to create the GIF file using VB.Net

Can anyone please help here?
 
Back
Top