国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > 綜合 > 正文

c#生成縮略圖

2024-07-21 02:26:54
字體:
來源:轉載
供稿:網(wǎng)友
private void showthumbnail(string oldfile, string newfile, int h, int w)
  {
   
   system.drawing.image img = system.drawing.image.fromfile(oldfile);
   system.drawing.image.getthumbnailimageabort mycallback = new system.drawing.image.getthumbnailimageabort(thumbnailcallback);

   int oldh = img.height;
   int oldw = img.width;

   int newh,neww;

   double h1 = oldh*1.0/h;
   double w1 = oldw*1.0/w;

   double f = (h1>w1)? h1:w1;

   if(f < 1.0)
   {
    newh = oldh;
    neww = oldw;
   }
   else
   {
    newh = (int)(oldh/f);
    neww = (int)(oldw/f);
   }

   system.drawing.image mythumbnail = img.getthumbnailimage(neww, newh, mycallback, intptr.zero);

   mythumbnail.save(newfile, system.drawing.imaging.imageformat.jpeg);

   img.dispose();
   mythumbnail.dispose();
  }
  private bool thumbnailcallback()
  {
   return false;
  }

,歡迎訪問網(wǎng)頁設計愛好者web開發(fā)。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 临邑县| 蒲江县| 随州市| 马山县| 晋城| 五寨县| 永善县| 新郑市| 崇信县| 鸡东县| 桓台县| 浮梁县| 灌阳县| 福鼎市| 鄂尔多斯市| 赤城县| 满洲里市| 渑池县| 蓬莱市| 白玉县| 黄浦区| 德钦县| 嘉义县| 如东县| 鄢陵县| 延长县| 平泉县| 股票| 佳木斯市| 东阳市| 抚顺市| 锡林郭勒盟| 红安县| 治县。| 万州区| 新乡市| 双柏县| 鄯善县| 荃湾区| 藁城市| 介休市|