摘要:
enum IMAGEFORMAT { JPG, BMP} imageExt;int GetImageFormat(char *ext){ if(!stricmp(ext, "jpg")) imageExt = JPG; else if( !stricmp(ext, "bmp") ) imageE... 阅读全文
posted @ 2014-08-16 19:17
boys2012
阅读(213)
评论(0)
推荐(0)
摘要:
function imageconverJPG( readdir ,QF)% 图像批量改大小函数% 输入参数:readdir 隿¦改大小的图像懿¨目录(要求只有图像文件,格式无懿°)% 写入图像格式writetype = 'jpg';%质量因子%QF = 80;% 写入图像目录,直接附加在... 阅读全文
posted @ 2014-08-16 17:10
boys2012
阅读(456)
评论(0)
推荐(0)
摘要:
#ifndef#define _DEBUG 0#endif#ifdef _DEBUG#define trace(x) printf(x);#else#define trace(x) ;#endif 阅读全文
posted @ 2014-08-16 16:20
boys2012
阅读(383)
评论(0)
推荐(0)

浙公网安备 33010602011771号