[ Teach ] in KIDS 글 쓴 이(By): xor (기다림) 날 짜 (Date): 1995년10월11일(수) 15시24분40초 KST 제 목(Title): [Q] 급한 질문입니다. PCX file 의 header 및 format에 관해서 알고 싶습니다. struct { char mf; char hard; char encod; char bitpx; int x1; int y1; int x2; int y2; int hres; int vres; char clearmake[48]; char vmode; char nplanes; int bplin; int pallete_info; int shres; int svres; char reserved[54]; } PCX_HEADER; 이런 식으로 되어있던데 각 요소들이 무엇을 의미하는 건지를 보다 자세히 알아야 합니다. 저게 사용할 file 은 256 gray 로 된 화일인데 이런 화일에서 어떻게 쓰이는 지를 알고 싶습니다. 정말 급합니다. 먼저 경험했던 분들의 도움을 바랍니다. |