1、优化QGraphicsView交互逻辑;

2、hdr文件添加byte order = 0;
This commit is contained in:
tangchao0503
2025-09-18 16:14:20 +08:00
parent 1e0cf1aa12
commit af88a6a67e
4 changed files with 66 additions and 48 deletions

View File

@ -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";