mfc에서 비트맵 출력하는 거 질문이요!ㅠㅠ

cylee의 이미지

제가 mfc 이용해서 비트맵 파일이랑 헤더정보까지 같이 출력하는 프로그램을 짜고 있는데

비트맵 출력부터 막히네요ㅠㅠㅠ흑

일단 콤보박스이용해서 사진 선택한 후 버튼 클릭하면
새로운 창에 비트맵 이미지가 올라오도록 하려고 하는데

CWnd *pWnd = (CWnd*)GetDlgItem(IDC_PIC);
CDC *dc = pWnd->GetDC();
CStatic *staticSize = (CStatic *)GetDlgItem(IDC_PIC);
CRect rect;

staticSize->GetClientRect (rect);
m_lmg.Load("C:\\Users\\LEE\\Desktop\\GSPS_MeasureLine2D.bmp");
m_lmg.Draw(dc->m_hDC,0,0,m_lmg.GetWidth(),m_lmg.GetHeight());
이렇게 했더니 새로운 창도 안뜨고 원래 있던 창에 사진 일부만 뜨네요ㅠㅠㅠ 아이건 어찌저찌하다가 static 컨트롤 이용해서 비트맵 출력한 겁니다!

CClientDC WinDC(this);
CDC MemDC;

MemDC.CreateCompatibleDC(&WinDC);

CImage img;
CString strImagePath = _T("C:\\Users\\LEE\\Desktop\\GSPS_MeasureLine2D.bmp");
img.Load(strImagePath);

int width, height;
width = img.GetWidth();
height = img.GetHeight();

CDC* pDC = GetDC();

for(int y=0;y for(int x=0;x
pDC->SetPixel(x,y,RGB(img.GetPixel(x,y),img.GetPixel(x,y),img.GetPixel(x,y)));
}}

그래서 이렇게 해봣더니 여전히 새로운 창에 출력되지는 않구 조그만 원래 창에 사진이 잘려나오는 데다가 픽셀을 일일히 읽다보니 위에서부터 천천히 뜨고...

이거말고도 여러방법을 많이 써봣는데 다안돼요ㅠㅠㅠㅠㅠ 미치겟네요 며칠째..너무 초보라ㅠㅠ
그리구 bitblt함수쓰면 자꾸 오류나고 출력도 안되는데 왜그럴까요...?
도와주세요!!!ㅠㅠㅠㅠ

shint의 이미지

API와 비트맵 헤더파일을 이용하여 비트맵 이미지 출력
http://kjhworld.tistory.com/6

이런 내용이 있네요.

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.