OSDN Git Service

画像プレビューで画質が大幅に低下していた問題を修正
authorsyo68k <syo68k@users.sourceforge.jp>
Wed, 29 Sep 2010 13:04:47 +0000 (13:04 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:37 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@918 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Connection/HttpVarious.vb

index dc0bd28..9de1638 100644 (file)
@@ -60,7 +60,7 @@ Public Class HttpVarious
                 End If
             End If
             If img IsNot Nothing Then img.Tag = url
-            If ret = HttpStatusCode.OK Then Return CheckValidImage(img)
+            If ret = HttpStatusCode.OK Then Return CheckValidImage(img, img.Width, img.Height)
             Return Nothing
         Catch ex As WebException
             If errmsg IsNot Nothing Then