본문 바로가기
Security/[ETC] etc

JFIF Header

by blackcon 2013. 5. 3.
728x90
typedef struct _JFIFHeader
{
  BYTE SOI[2];          /* 00h  Start of Image Marker     */
  BYTE APP0[2];         /* 02h  Application Use Marker    */
  BYTE Length[2];       /* 04h  Length of APP0 Field      */
  BYTE Identifier[5];   /* 06h  "JFIF" (zero terminated) Id String */
  BYTE Version[2];      /* 07h  JFIF Format Revision      */
  BYTE Units;           /* 09h  Units used for Resolution */
  BYTE Xdensity[2];     /* 0Ah  Horizontal Resolution     */
  BYTE Ydensity[2];     /* 0Ch  Vertical Resolution       */
  BYTE XThumbnail;      /* 0Eh  Horizontal Pixel Count    */
  BYTE YThumbnail;      /* 0Fh  Vertical Pixel Count      */
} JFIFHEAD;

 

728x90

'Security > [ETC] etc' 카테고리의 다른 글

2014년 KUCIS 영남권 세미나 발표자료  (0) 2014.11.03
AVI헤더, RIFF헤더 구조  (0) 2013.09.14
PNG File header  (0) 2013.05.28
about KAKAO (project)  (0) 2013.01.29
보이지 않는 정보.(스테가노그래피)  (1) 2011.01.15