Home | History | Annotate | Download | only in coders

Lines Matching full:psheader

1041               psheader[] = "\xFF\xED\0\0Photoshop 3.0\0" "8BIM\x04\x04\0\0\0\0";
1046 psheader[2]=(char) ((len+16)>>8);
1047 psheader[3]=(char) ((len+16)&0xff);
1049 (void) WriteBlobByte(ofile,(unsigned char) psheader[inx]);