马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
....
cursorA = exec(connA,'select Image from t_image');
cursorA = fetch(cursorA,1);
photo = cursorA.data{1};
......
parsebinary(photo, 'BMP');出错:??? Error using ==> imread at 328
Unable to determine the file format.Error in ==> parsebinary at 74
[x,map] = imread(['testfile.' lower(f)]);photo中已有数据,大小为<69558x1 int8>可以写入硬盘,保存数据,但却无法打开,显示未知文件格式.用VC读取SQL 中的图像数据可以正常显示图像... |