검색결과 리스트
Device Independent Bitmap에 해당되는 글 1건
- 2009.06.07 [MFC] Bitmap Object
글
[MFC] Bitmap Object
Programming/Windows Programming
2009. 6. 7. 19:01
In GDI, Funcs are not supported about JPG, GIF. However, Funcs are supported about JPG, GIF in GDI++. There are tow kinds of Bitmap, DDB( Device Dependent Bitmap ) and DIB( Device Independent Bitmap ). It is able to paint as ever, regardless of OS( Operating System ) because DIB contains much Info about Bitmap. Just use DIB, when u create Bitmap file.
'Programming > Windows Programming' 카테고리의 다른 글
라디오 버튼 그룹지정 하기 (0) | 2009.08.22 |
---|---|
IP HELP API 설정하기 (0) | 2009.08.22 |
[MFC] 더블 버퍼링 (0) | 2009.06.22 |
[MFC] GDI( Graphics Device Interface ) (0) | 2009.06.07 |
[MFC] FileOpen (0) | 2009.06.04 |