Location:
Search - bmp2gif
Search list
Description: 用c写的bmp转换成gif的程序。在tc2.0下编译通过。可以直接移到嵌入式平台使用-used to write the bmp converted into gif procedures. Under the tc2.0 compile. Embedded can be directly moved to the platform
Platform: |
Size: 2518 |
Author: 阮麟 |
Hits:
Description: 用c写的bmp转换成gif的程序。在tc2.0下编译通过。可以直接移到嵌入式平台使用-used to write the bmp converted into gif procedures. Under the tc2.0 compile. Embedded can be directly moved to the platform
Platform: |
Size: 2048 |
Author: 阮麟 |
Hits:
Description: bmp图片转换为gif .Option Explicit
Private Type RGBTRIPLE
rgbRed As Byte
rgbGreen As Byte
rgbBlue As Byte
End Type
Private Type RGBQUAD
rgbBlue As Byte
rgbGreen As Byte
rgbRed As Byte
rgbReserved As Byte
End Type
Private Type BITMAPINFOHEADER 40 bytes
biSize As Long
biWidth As Long
biHeight As Long
biPlanes As Integer
biBitCount As Integer
biCompression As Long
biSizeImage As Long
biXPelsPerMeter As Long
biYPelsPerMeter As Long
biClrUsed As Long
biClrImportant As Long
End Type-bmp image is converted to gif. Option ExplicitPrivate Type RGBTRIPLE rgbRed As Byte rgbGreen As Byte rgbBlue As ByteEnd TypePrivate Type RGBQUAD rgbBlue As Byte rgbGreen As Byte rgbRed As Byte rgbReserved As ByteEnd TypePrivate Type BITMAPINFOHEADER 40 bytes biSize As Long biWidth As Long biHeight As Long biPlanes As Integer biBitCount As Integer biCompression As Long biSizeImage As Long biXPelsPerMeter As Long biYPelsPerMeter As Long biClrUsed As Long biClrImportant As LongEnd Type
Platform: |
Size: 32768 |
Author: jiao |
Hits:
Description: 把bmp文件转为清晰的gif文件。.net缺省的转换会出现gif文件底为网格状。-convert bmp file to gif file
Platform: |
Size: 83968 |
Author: liukx |
Hits:
Description: 实现把bmp文件转化为gif文件。.net自带的转换会使gif文件底为网格壮,不清晰-Convert bmp file to gif file.
Platform: |
Size: 83968 |
Author: liukx |
Hits:
Description: gif格式图像转换为bmp格式图像程序源码-gif format image is converted to bmp format image program source code
Platform: |
Size: 3793920 |
Author: mao |
Hits: