Inheritance: TiffCodec
Exemplo n.º 1
0
 public OJpegSrcManager(OJpegCodec sp)
 {
     initInternalBuffer(null, 0);
     m_sp = sp;
 }
Exemplo n.º 2
0
 public OJpegErrorManager(OJpegCodec sp)
     : base()
 {
     m_sp = sp;
 }