{"id":8336,"date":"2009-01-14T07:26:00","date_gmt":"2009-01-14T07:26:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=8336"},"modified":"2009-01-14T07:26:00","modified_gmt":"2009-01-14T07:26:00","slug":"%ed%99%94%eb%a9%b4-%ea%b0%90%ec%8b%9c-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8-%ed%9e%8c%ed%8a%b8-%ec%9a%94%ec%b2%ad","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=8336","title":{"rendered":"\ud654\uba74 \uac10\uc2dc \ud504\ub85c\uadf8\ub7a8 &#8211; \ud78c\ud2b8 \uc694\uccad&#8230;"},"content":{"rendered":"<div class=\"desc\">\n<p>\n         \ube14\ub85c\uadf8\uc5d0 \uc9c8\ubb38\uc744 \uc62c\ub9ac\ub294 \uac83\ub3c4 \uac00\ub2a5\ud558\ub2e4. (\uc751?)<\/p>\n<p>         \ub098\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\uc600\ub2e4.<br \/>\n         \n<\/p>\n<div class=\"txc-textbox\" style=\"BORDER-RIGHT: #fefeb8 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #fefeb8 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #fefeb8 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #fefeb8 1px solid; BACKGROUND-COLOR: #fefeb8\">\n         Public Class Form1<br \/>\n         <br \/>\n         Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br \/>\n         <br \/>\n         Dim bounds As Rectangle<br \/>\n         <br \/>\n         Dim screenshot, backup As System.Drawing.Bitmap<br \/>\n         <br \/>\n         Dim graph As Graphics<br \/>\n         <br \/>\n         Dim x, y, z, w As Integer<br \/>\n         <br \/>\n         x = 0<br \/>\n         <br \/>\n         bounds = Screen.PrimaryScreen.Bounds<br \/>\n         <br \/>\n         screenshot = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)<br \/>\n         <br \/>\n         backup = New System.Drawing.Bitmap(bounds.Width, bounds.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb)<br \/>\n         <br \/>\n         graph = Graphics.FromImage(screenshot)<br \/>\n         <br \/>\n         graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)<br \/>\n         <br \/>\n         Do While True<br \/>\n         <br \/>\n         backup = screenshot<br \/>\n         <br \/>\n         graph = Graphics.FromImage(screenshot)<br \/>\n         <br \/>\n         graph.CopyFromScreen(bounds.X, bounds.Y, 0, 0, bounds.Size, CopyPixelOperation.SourceCopy)<br \/>\n         <br \/>\n         Dim i, j As Integer<br \/>\n         <br \/>\n         For i = 1 To 10<br \/>\n         <br \/>\n         For j = 1 To 10<br \/>\n         <br \/>\n         y = System.Math.Abs(CInt(backup.GetPixel(i, j).R &#8211; screenshot.GetPixel(i, j).R Mod 256))<br \/>\n         <br \/>\n         z = System.Math.Abs(CInt(backup.GetPixel(i, j).G &#8211; screenshot.GetPixel(i, j).G Mod 256))<br \/>\n         <br \/>\n         w = System.Math.Abs(CInt(backup.GetPixel(i, j).B &#8211; screenshot.GetPixel(i, j).B Mod 256))<br \/>\n         <br \/>\n         x = x + y + z + w<br \/>\n         <br \/>\n         Next<br \/>\n         <br \/>\n         Next<br \/>\n         <br \/>\n         If Not (x = 0) Then<br \/>\n         <br \/>\n         MsgBox(x)<br \/>\n         <br \/>\n         Exit Do<br \/>\n         <br \/>\n         End If<br \/>\n         <br \/>\n         Loop<\/p>\n<p>\n          End Sub<br \/>\n          <br \/>\n          End Class\n         <\/p>\n<\/div>\n<p>        \uc55e\ubc1c\ub85c \uc9e0 \ucf54\ub4dc\uc774\ubbc0\ub85c \uac00\ub3c5\uc131\uc774\ub098 \uadf8\ub7f0\uac74 \uc804\ud600 \uc2e0\uacbd \uc548\uc4f0\uace0 \ub9c9 \ub450\ub4e4\uacbc\ub2e4.<\/p>\n<p>        \uc774 \ucf54\ub4dc\uac00 \ud558\ub294 \uc77c\uc740 \ub2e4\uc74c\uacfc \uac19\ub2e4.<br \/>\n        <br \/>\n        1. \ubaa8\ub2c8\ud130 \ud654\uba74\uc758 \ud2b9\uc815 \uc601\uc5ed\uc744 \uac10\uc2dc\ud55c\ub2e4. (\uc774 \uc608\uc81c \ucf54\ub4dc\uc5d0\uc11c\ub294 0,0\uc5d0\uc11c 10,10\uae4c\uc9c0\uc758 \uc67c\ucabd \uc0c1\ub2e8 \ubaa8\uc11c\ub9ac)<br \/>\n        <br \/>\n        2. \ud2b9\uc815 \uc601\uc5ed\uc5d0 \ubcc0\ud654\uac00 \uc0dd\uae30\uba74<br \/>\n        <br \/>\n        3. \uc54c\ub9bc \ud31d\uc5c5\uc744 \ub744\uc6b4\ub2e4.<\/p>\n<p>        \uc774\uac78 \uc65c \ub9cc\ub4dc\ub294\uac00&#8230;<br \/>\n        <br \/>\n        \uadf8\uac83\uc740, \uc6d4\uae09 400\ub9cc\uc6d0 \ubc1b\ub294 \uc0ac\ub78c\uc774 \ubaa8\ub2c8\ud130\ub97c \ub6ab\uc5b4\uc9c0\uac8c \ubc14\ub77c\ubcf4\uace0 \uc788\ub2e4\uac00 \ud2b9\uc815 \uc601\uc5ed\uc5d0 \ubcc0\ud654\uac00 \uc0dd\uae30\uba74 \ub9c8\uc6b0\uc2a4\ub97c \ud074\ub9ad\ud558\ub294, \uadf8\ub7f0 \uc77c\uc744 \ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc774\ub2e4. \uadf8 \uc0ac\ub78c\uc5d0\uac8c \ub2e4\ub978 \uc77c\uc744 \uc2dc\ud0a4\uae30 \uc704\ud574\uc11c \uc774 \ubd80\ubd84\uc744 \uc790\ub3d9\ud654 \uc2dc\ucf1c\uc57c \ud55c\ub2e4.<br \/>\n        <br \/>\n        \ubb3c\ub860&#8230;\uc774 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e0\ub2e4\uace0 \ud574\uc11c \uc808\uc57d\ub41c \ub3c8 400\ub9cc\uc6d0\uc758 \uc77c\ubd80\uac00 \ub098\uc5d0\uac8c \uc131\uacfc\uae09\uc73c\ub85c \ub3cc\uc544\uc62c \uac83\uc778\uac00&#8230;\uadf8\uac74 \uc804\ud600 \uae30\ub300\ud560 \uc218 \uc5c6\ub2e4.<\/p>\n<p>        \uc544\ubb34\ud2bc.<\/p>\n<p>        \uc694\uc810\uc740, \uc704\uc758 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\ub294 Form1\uc5d0\ub294 \ubc84\ud2bc\uc774 \ud558\ub098 \uc788\uace0, \uadf8 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uba74 \uc800 \ud504\ub85c\uadf8\ub7a8\uc758 \ucf54\ub4dc\uac00 \uc791\ub3d9\uc744 \uc2dc\uc791\ud558\ub3c4\ub85d \ub418\uc5b4 \uc788\ub2e4.<br \/>\n        <br \/>\n        \ubb38\uc81c\ub294 \uc800 \ucf54\ub4dc\ub97c \uc2e4\ud589\uc2dc\ud0a4\uba74 \uc608\uc0c1\ub300\ub85c \ubb34\ud55c\ub8e8\ud504\uc5d0\ub294 \ube60\uc838 \ub4e4\uc5b4\uac00\ub294\ub370, \ud654\uba74\uc774 \ubcc0\ud574\ub3c4 \uac10\uc9c0\ub97c \ubabb\ud55c\ub2e4\ub294 \uc810\uc774\ub2e4. \ubb34\ud55c\ub8e8\ud504 \uc790\uccb4\uc5d0 \ub108\ubb34 \ube60\uc838\ubc84\ub9b0 \ub4ef&#8230;<\/p>\n<p>        \uadf8\ub798\uc11c &#8211; \ud654\uba74\uc744 \uac10\uc2dc\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc740 \ub300\uccb4 \uc54c\uace0\ub9ac\uc998\uc774 \uc5b4\ub5bb\uac8c \ub418\uc5b4 \uc788\ub294 \uac78\uae4c?<\/p>\n<p>        \uc77c\ub2e8\uc740 \uadf8\ub7f0 \uc54c\uace0\ub9ac\uc998\uc744 \ucc3e\ub294\ub2e4\ub294 \ud551\uacc4\ub85c \uc778\ud130\ub137 \uc11c\ud551\uc744 \ud558\uace0 \uc788\uc5c8\ub2e4. \uc815\uc2e0\uc744 \ucc28\ub824\ubcf4\ub2c8 \ub124\uc774\ubc84 \ub274\uc2a4\uc640 \uc62c\ube14\ub85c\uadf8\ub97c \ub3cc\uc544\ub2e4\ub2c8\ub294 \ub098\ub97c \ubc1c\uacac, \uae09\ud788 \uc774 \uae00\uc744 \uc791\uc131\ud574 \ub454\ub2e4.<\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=1140\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ube14\ub85c\uadf8\uc5d0 \uc9c8\ubb38\uc744 \uc62c\ub9ac\ub294 \uac83\ub3c4 \uac00\ub2a5\ud558\ub2e4. (\uc751?) \ub098\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\uc600\ub2e4. Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim bounds As Rectangle Dim screenshot, backup As System.Drawing.Bitmap Dim graph As Graphics Dim x, y, z, w As Integer x = 0 bounds = Screen.PrimaryScreen.Bounds screenshot = New [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-8336","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-2as","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8336"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8336\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8336"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}