摘要:
COneTif* pOt = new COneTif(); pOt->m_strTifPath = m_pOt->m_strTifPath; if (!pOt->Initilize()) { return; } const int nBlock = 1024; const int& nImgWidth = pOt->m_nI... 阅读全文
摘要:
首先下载软件照片处理小工具三合一v1.5或者更高版本。 软件下载地址:http://pan.baidu.com/s/1eSPG4RS 运行软件 选择修改尺寸,快捷键Ctrl+W 先做好备份工作,然后拖入文件或者文件夹,单击开始即可。 阅读全文
摘要:
#pragma once #include #include #include "gdal.h" #include "gdal_priv.h" #include #ifdef _DEBUG #pragma comment(lib, "gdal\\x64\\gdal_i.lib") #else #pragma comment(lib, "gdal\\x64\\gdal_i.lib") #e... 阅读全文