void dng_opcode_TrimBounds::PutData (dng_stream &stream) const { stream.Put_uint32 (16); stream.Put_int32 (fBounds.t); stream.Put_int32 (fBounds.l); stream.Put_int32 (fBounds.b); stream.Put_int32 (fBounds.r); }
void dng_area_spec::PutData (dng_stream &stream) const { stream.Put_int32 (fArea.t); stream.Put_int32 (fArea.l); stream.Put_int32 (fArea.b); stream.Put_int32 (fArea.r); stream.Put_uint32 (fPlane); stream.Put_uint32 (fPlanes); stream.Put_uint32 (fRowPitch); stream.Put_uint32 (fColPitch); }