1、优化QGraphicsView交互逻辑;
2、hdr文件添加byte order = 0;
This commit is contained in:
@ -497,6 +497,7 @@ void ImagerOperationBase::WriteHdr()
|
||||
outfile << "interleave = bil\n";
|
||||
outfile << "data type = 12\n";
|
||||
outfile << "bit depth = 12\n";
|
||||
outfile << "byte order = 0\n";
|
||||
outfile << "samples = " << getSampleCount() << "\n";
|
||||
outfile << "bands = " << getBandCount() << "\n";
|
||||
outfile << "lines = " << m_iFrameCounter << "\n";
|
||||
|
||||
Reference in New Issue
Block a user