C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[45162] Re:Re:볼랜드 C에서 읽어 들일수 있는 그래픽 파일 포맷에 관해 일러 주시기 바랍니다.
sungha [sungha] 1095 읽음    2006-05-31 07:52
우선 답변에 무척 감사드리고요,
제가 왜 그래픽처리가 필요하냐면요,
볼랜드 C(도스용)에서 한글구현이 힘들기에.
표현하고자 하는내용을 그래픽파일로 만들어서 볼랜드 c로 만든프로그램으로 이를 읽어 들이고자 합니다.
제시 하신 파일 포맷 중에 PIC가 있는데
이파일을 어떻게 만들고 이를 볼랜드에서 어떻게 읽어 들이는지 설명 부탁 합니다. (sample code가 있으면 더욱 좋고요..)

매우 감사 합니다.

하성규 보냄.


박지훈.임프 님이 쓰신 글 :
: 윈도우용 볼랜드 C++ 말씀이시라면 제가 기억하기로는 bmp, ico, emf/wmf 등 윈도우 기본 포맷들밖에 읽고 쓰지 못합니다.
:
: 하지만 C++빌더로 업그레이드한다면...
: 기본적으로 bmp, ico, emf/wmf와 jpeg 외에도, C++빌더/델파이용 오픈소스 그래픽포맷 라이브러리인 GraphicEx를 설치하면 현존하는 거의 모든 그래픽 포맷을 지원합니다. 따라서 C++빌더로 만든 애플리케이션에서는 어떤 이미지 포맷이든 자유롭게 읽고 쓸 수 있습니다.
:
: GraphicEx는 여기 자료실에 있습니다.
: http://cbuilder.borlandforum.com/impboard/impboard.dll?action=read&db=component&no=409
:
:
  • TIFF images (*.tif; *.tiff), extended base line implementation
    :     1..16 bits per sample
    :     indexed, grayscale, RGB(A), CMYK, L*a*b*
    :     uncompressed, packed bits, LZW, CCITT T.4, Thunderscan, Deflate, new style JPEG
    :
  • GFI fax images (*.fax), uses TTIFFGraphic to read
    :
  • SGI images (*.bw, *.rgb, *.rgba, *.sgi)
    :     1..16 bits per sample
    :     indexed, grayscale, RGB(A)
    :     uncompressed, RLE
    :
  • Autodesk images files (*.cel; *.pic) old style only
    :     8 bits per sample, indexed and uncompressed
    :
  • Truevision images (*.tga; *.vst; *.icb; *.vda; *.win), write support included
    :     5 and 8 bits per sample
    :     grayscale, indexed, 15 bits RGB (555), 24 bits RGB(A)(888)
    :     uncompressed, RLE
    :
  • ZSoft Paintbrush images (*.pcx, *.pcc; *.scr)
    :     1..8 bits per sample
    :     grayscale, indexed, RGB
    :     uncompressed, RLE
    :
  • Kodak Photo-CD images (*.pcd)
    :     8 bits per sample in YCbCr in any resolution (192 x 128 up to 6144 x 4096)
    :
  • Portable pixel/gray map images (*.ppm, *.pgm, *.pbm)
    :     1 and 8 bits per sample
    :     grayscale, indexed, RGB uncompressed
    :
  • Dr. Halo images (*.cut, *.pal)
    :     8 bits per sample indexed, RLE compressed
    :
  • CompuServe images (*.gif)
    :     1, 4, 8 bits per sample indexed, LZW compressed
    :
  • SGI Alias/Wavefront images (*.rla, *.rpf)
    :     8 bits per sample RGB(A), RLE compressed
    :
  • Standard Windows bitmap images (*.bmp, *.rle, *.dib)
    :
  • Photoshop images (*.psd, *.pdd)
    :     1, 8, 16 bits per sample
    :     indexed, RGB, CMYK, CIE L*a*b*
    :     uncompressed and packed bits
    :
  • Paintshop Pro images (*.psp)
    :     1, 4, 8 bits per sample
    :     indexed, grayscale, RGB
    :     uncompressed, RLE and LZ77
    :     single-layered files only!
    :
  • Portable network graphic images (*.png)
    :     1, 2, 4, 8, 16 bits per sample
    :     indexed, grayscale alpha, RGB(A), LZ77 compressd
    :
    :
    : sungha 님이 쓰신 글 :
    : : 볼랜드 C에서 읽어 들일수 있는  그래픽 파일 포맷에 관해 일러 주시기 바랍니다.
    : :
    : : 감사 합니다.

  • + -

    관련 글 리스트
    45148 볼랜드 C에서 읽어 들일수 있는 그래픽 파일 포맷에 관해 일러 주시기 바랍니다. sungha 712 2006/05/30
    45160     Re:볼랜드 C에서 읽어 들일수 있는 그래픽 파일 포맷에 관해 일러 주시기 바랍니다. 박지훈.임프 1086 2006/05/31
    45162         Re:Re:볼랜드 C에서 읽어 들일수 있는 그래픽 파일 포맷에 관해 일러 주시기 바랍니다. sungha 1095 2006/05/31
    Google
    Copyright © 1999-2015, borlandforum.com. All right reserved.