3,882
社区成员
发帖
与我相关
我的任务
分享
struct GongZhengSPrtImageINFO
{
int nImageType; //must be 0x58485942
int nVersion; //must be 0x00000000
int nImageWidth; // RIP Image pixel width
int nImageHeight; // RIP Image pixel height
int nImageColorNum; //RIP image Color number include 4 (YMCK)
//6 YMCKLcLm 8 YMCKLcLmOrGr
int nImageColorDeep; //1,2,4,8 RIP image output bitpercolor
int nImageResolutionX; //RIP image X resolution, 180,360,720
int nImageResolutionY; //RIP Image Y resolution, 186,372,558,744
int nCompressMode; // First version should be 0 , no compress mode
int nBytePerLine; //Color plane bytes for line
int nBidirection; // Bidirection for 1, Unidirection for 0
int nPass; //1,2,3,4,6,8,12 Pass
int nSpeed; //High speed 0 Middle speed 1 Low Speed 2
int nReserve[8]; //Fill with 0
};
