<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lum7671&#039;s Weblog</title>
	<atom:link href="http://lum7671.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lum7671.wordpress.com</link>
	<description>*^_______^*</description>
	<lastBuildDate>Mon, 19 Dec 2011 02:02:11 +0000</lastBuildDate>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lum7671.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/72b8008b65a65e7f1ae1e8ec39dcb4f2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Lum7671&#039;s Weblog</title>
		<link>http://lum7671.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lum7671.wordpress.com/osd.xml" title="Lum7671&#039;s Weblog" />
	<atom:link rel='hub' href='http://lum7671.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OSX 10.6, 나눔글꼴을 시스템 기본 글꼴로 사용하기. (plist, scripts)</title>
		<link>http://lum7671.wordpress.com/2011/12/19/osx-10-6-%eb%82%98%eb%88%94%ea%b8%80%ea%bc%b4%ec%9d%84-%ec%8b%9c%ec%8a%a4%ed%85%9c-%ea%b8%b0%eb%b3%b8-%ea%b8%80%ea%bc%b4%eb%a1%9c-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/</link>
		<comments>http://lum7671.wordpress.com/2011/12/19/osx-10-6-%eb%82%98%eb%88%94%ea%b8%80%ea%bc%b4%ec%9d%84-%ec%8b%9c%ec%8a%a4%ed%85%9c-%ea%b8%b0%eb%b3%b8-%ea%b8%80%ea%bc%b4%eb%a1%9c-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 01:42:29 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[DefaultFontFallbacks.plist]]></category>
		<category><![CDATA[나눔고딕]]></category>
		<category><![CDATA[나눔글꼴]]></category>
		<category><![CDATA[네이버]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[nanum-ttf]]></category>
		<category><![CDATA[NanumGothic]]></category>
		<category><![CDATA[Naver]]></category>
		<category><![CDATA[NSFontFallbacks.plist]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=993</guid>
		<description><![CDATA[참고 : http://clien.career.co.kr/cs2/bbs/board.php?bo_table=lecture&#38;wr_id=87413 OS X 의 폰트 위치 : /System/Library/Fonts/ /Library/Fonts/ ~/Library/Fonts/ 참고(Apple Support) : Mac OS X: Font Locations and Their Purposes 1. 나눔 폰트 설치. $ ls /System/Library/Fonts/NanumGothic* /System/Library/Fonts/NanumGothic.ttf /System/Library/Fonts/NanumGothicBold.ttf /System/Library/Fonts/NanumGothicCoding.ttf /System/Library/Fonts/NanumGothicCodingBold.ttf /System/Library/Fonts/NanumGothicExtraBold.ttf $ ls /Library/Fonts/Nanum* /Library/Fonts/NanumBrush.ttf /Library/Fonts/NanumMyeongjo.ttf /Library/Fonts/NanumMyeongjoBold.ttf /Library/Fonts/NanumMyeongjoExtraBold.ttf /Library/Fonts/NanumPen.ttf 참고.1 AppleGothic이 /System/Library/Fonts/ 쪽에 있어서 나눔고딕과 나눔고딕코딩을 넣었다. AppleMyeongjo가 /Library/Fonts/ 에 있어서 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=993&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>참고 : <a href="http://clien.career.co.kr/cs2/bbs/board.php?bo_table=lecture&amp;wr_id=87413">http://clien.career.co.kr/cs2/bbs/board.php?bo_table=lecture&amp;wr_id=87413</a></p>
<h3>OS X 의 폰트 위치 :</h3>
<blockquote><p>
/System/Library/Fonts/<br />
/Library/Fonts/<br />
~/Library/Fonts/
</p></blockquote>
<p>참고(Apple Support) : <a href="http://support.apple.com/kb/HT2435">Mac OS X: Font Locations and Their Purposes</a></p>
<h1>1. 나눔 폰트 설치.</h1>
<p><code><br />
$ ls /System/Library/Fonts/NanumGothic*<br />
/System/Library/Fonts/NanumGothic.ttf<br />
/System/Library/Fonts/NanumGothicBold.ttf<br />
/System/Library/Fonts/NanumGothicCoding.ttf<br />
/System/Library/Fonts/NanumGothicCodingBold.ttf<br />
/System/Library/Fonts/NanumGothicExtraBold.ttf</p>
<p>$ ls /Library/Fonts/Nanum*<br />
/Library/Fonts/NanumBrush.ttf<br />
/Library/Fonts/NanumMyeongjo.ttf<br />
/Library/Fonts/NanumMyeongjoBold.ttf<br />
/Library/Fonts/NanumMyeongjoExtraBold.ttf<br />
/Library/Fonts/NanumPen.ttf<br />
</code></p>
<h3>참고.1</h3>
<p>AppleGothic이 /System/Library/Fonts/ 쪽에 있어서 나눔고딕과 나눔고딕코딩을 넣었다.<br />
AppleMyeongjo가 /Library/Fonts/ 에 있어서 나눔고딕 관련 폰트 이외의 폰트를 이쪽에 넣었다.</p>
<h3>참고.2</h3>
<p>하나더 otf 폰트는 FontForge ( <a href="http://fontforge.sourceforge.net/" target="_blank">http://fontforge.sourceforge.net/</a> ) 를 사용해서<br />
폰트명(NanumGothicOTF00)을 알아보고 적용하려고 했는데 잘 안되는 것 같다.<br />
otf 폰트는 모두 ~/Library/Fonts/ 폰더에 넣었다.</p>
<h3>참고.3</h3>
<p>/System/Library/Fonts 쪽에 한글 관련 폰트를 몰아 넣어 봤는데&#8230;<br />
좀 꼬이는 것 같다. 궁서체가 나오기도 하고 명조체가 나오기도 하고 잘 안되서<br />
되도록이면 /System/Library/Fonts 쪽에는 원래 있던 것은 그대로 두고<br />
나눔 고딕 관련되 폰트(ttf)만 copy를 했다.</p>
<h1>2. 폰트 관련 plist 수정.</h1>
<h3>2.1 나눔폰트 plist 교체</h3>
<p>첨부한 압축파일 안에 스크립트를 이용해 원래의 plist를 교체한다.<br />
<strong>주의)<br />
원본을 .orig 으로 백업을 하긴 하나 install.sh는 여러번 동작을 고려하지 않았으므로<br />
원본에 덮어써질 수 있습니다. install.sh를 여러번 동작하면 원본을 잃어버립니다.</strong></p>
<p><strong>이 문서는 참고용이니 A/S는 없습니다. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p><code><br />
$ sudo ./install.sh<br />
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Resources/DefaultFontFallbacks.plist -&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Resources/DefaultFontFallbacks.plist.orig<br />
DefaultFontFallbacks.plist -&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Resources/DefaultFontFallbacks.plist<br />
/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSFontFallbacks.plist -&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSFontFallbacks.plist.orig<br />
NSFontFallbacks.plist -&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSFontFallbacks.plist<br />
</code></p>
<h3>2.2 백업 plist로 원복</h3>
<p><code>$ sudo ./uninstall.sh<br />
Password:<br />
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Resources/DefaultFontFallbacks.plist.orig -&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Resources/DefaultFontFallbacks.plist<br />
/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSFontFallbacks.plist.orig -&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSFontFallbacks.plist<br />
</code></p>
<p>파일 다운로드 : OSX_NanumFontsInst-20111219.tar.bz2<br />
<a href="https://skydrive.live.com/embed?cid=178B0421499A7B0A&#038;resid=178B0421499A7B0A%21255&#038;authkey=AJtMpm6cP3srPK8">https://skydrive.live.com/embed?cid=178B0421499A7B0A&#038;resid=178B0421499A7B0A%21255&#038;authkey=AJtMpm6cP3srPK8</a></p>
<p>압축파일 목록 :<br />
<code><br />
$ ls<br />
DefaultFontFallbacks.plist  README.txt                  uninstall.sh*<br />
NSFontFallbacks.plist       install.sh*<br />
</code></p>
<h1>재부팅</h1>
<h3>나눔폰트 적용 확인 예) 설치시 비밀번호 입력 창</h3>
<p><a href="http://lum7671.files.wordpress.com/2011/12/ec8aa4ed81aceba6b0ec83b7-2011-12-19-ec98a4eca084-9-45-16.png"><img src="http://lum7671.files.wordpress.com/2011/12/ec8aa4ed81aceba6b0ec83b7-2011-12-19-ec98a4eca084-9-45-16.png?w=700" alt="" title="스크린샷 2011-12-19 오전 9.45.16"   class="alignnone size-full wp-image-1001" /></a><br />
이 창이 깨지는 분들도 있는 것 같아서 이부분을 스샷으로 남깁니다. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a> Tagged: <a href='http://lum7671.wordpress.com/tag/defaultfontfallbacks-plist/'>DefaultFontFallbacks.plist</a>, <a href='http://lum7671.wordpress.com/tag/%eb%82%98%eb%88%94%ea%b3%a0%eb%94%95/'>나눔고딕</a>, <a href='http://lum7671.wordpress.com/tag/%eb%82%98%eb%88%94%ea%b8%80%ea%bc%b4/'>나눔글꼴</a>, <a href='http://lum7671.wordpress.com/tag/%eb%84%a4%ec%9d%b4%eb%b2%84/'>네이버</a>, <a href='http://lum7671.wordpress.com/tag/fonts/'>fonts</a>, <a href='http://lum7671.wordpress.com/tag/mac-os-x/'>Mac OS X</a>, <a href='http://lum7671.wordpress.com/tag/nanum-ttf/'>nanum-ttf</a>, <a href='http://lum7671.wordpress.com/tag/nanumgothic/'>NanumGothic</a>, <a href='http://lum7671.wordpress.com/tag/naver/'>Naver</a>, <a href='http://lum7671.wordpress.com/tag/nsfontfallbacks-plist/'>NSFontFallbacks.plist</a>, <a href='http://lum7671.wordpress.com/tag/os-x/'>OS X</a>, <a href='http://lum7671.wordpress.com/tag/osx/'>OSX</a>, <a href='http://lum7671.wordpress.com/tag/scripts/'>scripts</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/993/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/993/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=993&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/12/19/osx-10-6-%eb%82%98%eb%88%94%ea%b8%80%ea%bc%b4%ec%9d%84-%ec%8b%9c%ec%8a%a4%ed%85%9c-%ea%b8%b0%eb%b3%b8-%ea%b8%80%ea%bc%b4%eb%a1%9c-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/12/ec8aa4ed81aceba6b0ec83b7-2011-12-19-ec98a4eca084-9-45-16.png" medium="image">
			<media:title type="html">스크린샷 2011-12-19 오전 9.45.16</media:title>
		</media:content>
	</item>
		<item>
		<title>iOSDev, UIImage, 이미지 자르기에서 고려할 점. (Crop images)</title>
		<link>http://lum7671.wordpress.com/2011/12/14/iosdev-uiimage-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%9e%90%eb%a5%b4%ea%b8%b0%ec%97%90%ec%84%9c-%ea%b3%a0%eb%a0%a4%ed%95%a0-%ec%a0%90-crop-images/</link>
		<comments>http://lum7671.wordpress.com/2011/12/14/iosdev-uiimage-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%9e%90%eb%a5%b4%ea%b8%b0%ec%97%90%ec%84%9c-%ea%b3%a0%eb%a0%a4%ed%95%a0-%ec%a0%90-crop-images/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 08:08:24 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[iMac]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[UIImage]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=973</guid>
		<description><![CDATA[이 글을 쓰게 된 이유를 적어 본다. 경우는 2가지가 있는데&#8230; 100개의 이모티콘을 프로그램에 적용할 시 경우1) 100개의 png 파일을 만들 수 있다. 경우2) 또는 1개 큰 타일 png(10&#215;10)를 만들 수 있다. (경우2의 적용과 더블어 XML 파서를 없앤 것으로 2초 가까이 성능향상이 있었다.) 여기서 문제점만 얘기를 하면, 경우1) 100개의 png 100개의 이미지는 file open을 100번 해야 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=973&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>이 글을 쓰게 된 이유를 적어 본다.</p>
<p>경우는 2가지가 있는데&#8230;</p>
<p>100개의 이모티콘을 프로그램에 적용할 시 </p>
<p>경우1)<br />
100개의 png 파일을 만들 수 있다.</p>
<p>경우2)<br />
또는 1개 큰 타일 png(10&#215;10)를 만들 수 있다.<br />
(경우2의 적용과 더블어 XML 파서를 없앤 것으로 2초 가까이 성능향상이 있었다.)</p>
<p>여기서 문제점만 얘기를 하면,</p>
<h1>경우1) 100개의 png</h1>
<p>100개의 이미지는 file open을 100번 해야 한다. 이모티콘이 많아지면 더 문제로 느끼게 될 것이다.</p>
<h1>경우2) 1개의 png</h1>
<p>1개의 압축된 png 파일에서 100개의 이미지를 조각조각을 가지고 와서 화면에 뿌려줘야 한다.<br />
이때 내가 profiling 하면서 체험 한 것은 CPU도 최대로 먹고, 시간이 오래 걸린다.<br />
이유는 명확하지 못하나<br />
우선 inflate(반대는 deflate) 에서 많은 시간을 잡아먹으므로 압축과 관련 있어 보인다.<br />
압축풀기 혹은 이미지 색 인덱스, 파레트(palette)에서 많은 시간을 잡아 먹는 듯 싶다.</p>
<p>예를들어 파레트를 추측해 보면,<br />
1개의 이미지파일에서 다양한 색의 인덱스 부분을 메타정보에 가지고 있을 것 같다.<br />
이것을 이용해서 조각난 부분의 색을 표현하고 하는데 시간이 오래걸리는 것이다.<br />
증상은 이모티콘 입력창이 느리게 뜬다. 미리 이미지를 조각내서 메모리에 들고 있었어도<br />
결국 화면에 보여지는 부분에서 내부적으로 많은 일을 하다가 이모티콘 창이 늦게 뜬다.</p>
<p><a href="http://lum7671.files.wordpress.com/2011/12/post002-1.png"><img src="http://lum7671.files.wordpress.com/2011/12/post002-1.png?w=700&#038;h=509" alt="" title="post002-1" width="700" height="509" class="alignnone size-full wp-image-980" /></a></p>
<h1>결론,</h1>
<p>우선 해결 하고 이글을 쓰게 되었는데&#8230;<br />
해결은 큰 이미지를 우선 inflate을 먼저 한다.<br />
방법은 아래 링크에 설명이 되있다.</p>
<p>출처 : <a href="http://stackoverflow.com/questions/3964011/does-cgcontextdrawimage-decompress-png-on-the-fly">Does CGContextDrawImage decompress PNG on the fly?</a><br />
<code><br />
CGImageRef Inflate(CGImageRef compressedImage)<br />
{<br />
    size_t width = CGImageGetWidth(compressedImage);<br />
    size_t height = CGImageGetHeight(compressedImage);</p>
<p>    CGContextRef context = CGBitmapContextCreate(<br />
        NULL,<br />
        width,<br />
        height,<br />
        CGImageGetBitsPerComponent(compressedImage),<br />
        CGImageGetBytesPerRow(compressedImage),<br />
        CGImageGetColorSpace(compressedImage),<br />
        CGImageGetBitmapInfo(compressedImage)<br />
    );</p>
<p>    CGContextDrawImage(context, CGRectMake(0, 0, width, height), compressedImage);<br />
    CGImageRef result = CGBitmapContextCreateImage(context);<br />
    CFRelease(context);<br />
    return result;<br />
}<br />
</code></p>
<h3>1) 큰이미지 inflate 시간</h3>
<p>큰 이미지를 inflate 하는 시간은 그리 오래 걸리지 않았다.</p>
<h3>2) 100개의 UIImage 화면에 뿌리는 시간 (이모티콘 입력창 보이는 시간)</h3>
<p>이후 이미지를 100개 쪼개서 UIImage 에 넣어 두고<br />
나중에 이 UIImage를 화면에 뿌려보니 빠르게 뜨는것을 볼 수 있었다.</p>
<p><a href="http://lum7671.files.wordpress.com/2011/12/result001.png"><img src="http://lum7671.files.wordpress.com/2011/12/result001.png?w=700&#038;h=509" alt="" title="result001" width="700" height="509" class="alignnone size-full wp-image-981" /></a></p>
<p><span id="more-973"></span><br />
다음은 이미지 자르는 것 찾은 것에 대한 정리이다.</p>
<p>출처 : <a href="http://stackoverflow.com/questions/2655176/problem-in-cropping-the-uiimage-using-cgcontext">Problem in cropping the UIImage using CGContext?</a></p>
<h3>[예제 1]</h3>
<p><code>- (UIImage*)imageByCropping:(UIImage *)originalImage toRect:(CGRect)rect {<br />
CGImageRef graphicOriginalImage = [originalImage.image CGImage];<br />
UIGraphicsBeginImageContext(originalImage.image.size);</p>
<p>CGContextRef ctx = UIGraphicsGetCurrentContext();<br />
CGBitmapContextCreateImage(graphicOriginalImage);</p>
<p>CGContextTranslateCTM(ctx, 0, image.size.height);<br />
CGContextScaleCTM(ctx, 1.0, -1.0);<br />
CGContextDrawImage(ctx, rect, graphicOriginalImage);</p>
<p>croppedImage = UIGraphicsGetImageFromCurrentImageContext();</p>
<p>return croppedImage;<br />
}</code></p>
<h3>[예제 2]</h3>
<p><code>- (UIImage *)imageByCropping:(UIImage *)imageToCrop toRect:(CGRect)rect  {<br />
  CGImageRef imageRef = CGImageCreateWithImageInRect([imageToCrop CGImage], rect); <br />
  UIImage *cropped = [UIImage imageWithCGImage:imageRef];<br />
  CGImageRelease(imageRef);</p>
<p>   return cropped; <br />
}<br />
</code></p>
<p>출처: <a href="http://www.hive05.com/2008/11/crop-an-image-using-the-iphone-sdk/" target="_blank">Code Sample: Crop an image using the iPhone SDK</a></p>
<h3>[예제 3]</h3>
<p><code>- (UIImage*)imageByCropping:(UIImage *)imageToCrop toRect:(CGRect)rect<br />
{<br />
   //create a context to do our clipping in<br />
   UIGraphicsBeginImageContext(rect.size);<br />
   CGContextRef currentContext = UIGraphicsGetCurrentContext();</p>
<p>   //create a rect with the size we want to crop the image to<br />
   //the X and Y here are zero so we start at the beginning of our<br />
   //newly created context<br />
   CGRect clippedRect = CGRectMake(0, 0, rect.size.width, rect.size.height);<br />
   CGContextClipToRect( currentContext, clippedRect);</p>
<p>   //create a rect equivalent to the full size of the image<br />
   //offset the rect by the X and Y we want to start the crop<br />
   //from in order to cut off anything before them<br />
   CGRect drawRect = CGRectMake(rect.origin.x * -1,<br />
                                rect.origin.y * -1,<br />
                                imageToCrop.size.width,<br />
                                imageToCrop.size.height);</p>
<p>   //draw the image to our clipped context using our offset rect<br />
   CGContextDrawImage(currentContext, drawRect, imageToCrop.CGImage);</p>
<p>   //pull the image from our cropped context<br />
   UIImage *cropped = UIGraphicsGetImageFromCurrentImageContext();</p>
<p>   //pop the context to get back to the default<br />
   UIGraphicsEndImageContext();</p>
<p>   //Note: this is autoreleased<br />
   return cropped;<br />
}<br />
</code></p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/imac/'>iMac</a>, <a href='http://lum7671.wordpress.com/category/software/image-software/'>Image</a>, <a href='http://lum7671.wordpress.com/category/os/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/category/apple/iphone/'>iPhone</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a>, <a href='http://lum7671.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://lum7671.wordpress.com/tag/crop/'>crop</a>, <a href='http://lum7671.wordpress.com/tag/image/'>image</a>, <a href='http://lum7671.wordpress.com/tag/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/tag/uiimage/'>UIImage</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/973/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=973&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/12/14/iosdev-uiimage-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%9e%90%eb%a5%b4%ea%b8%b0%ec%97%90%ec%84%9c-%ea%b3%a0%eb%a0%a4%ed%95%a0-%ec%a0%90-crop-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/12/post002-1.png" medium="image">
			<media:title type="html">post002-1</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/12/result001.png" medium="image">
			<media:title type="html">result001</media:title>
		</media:content>
	</item>
		<item>
		<title>svnX(OSX), merge 툴로 kdiff3 사용하기.</title>
		<link>http://lum7671.wordpress.com/2011/12/01/svnxosx-merge-%ed%88%b4%eb%a1%9c-kdiff3-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/</link>
		<comments>http://lum7671.wordpress.com/2011/12/01/svnxosx-merge-%ed%88%b4%eb%a1%9c-kdiff3-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 01:31:25 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[kdiff3]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnX]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=959</guid>
		<description><![CDATA[맥(OS X 10.6)에서 Subversion을 사용하면서 맥용 Merge 툴을 찾게 되었다. kdiff3 잘 만들어진 Merge 툴 중 kdiff3가 나는 쓰기 편하다. 3way-merge 도 맘에 들고&#8230; kdiff3 : http://kdiff3.sourceforge.net/ svnX 많은 소스를 버전 관리 하기 위해서는 터미널 코멘드로는 좀 어렵게 느껴지는 부분이 있다. 한꺼번에 비교를 하거나, 자동적으로 해줬으면 하는 부분 등등. 어쨌든 GUI용 Subversion 클라이언트로 내가 선택한 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=959&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>맥(OS X 10.6)에서 Subversion을 사용하면서<br />
맥용 Merge 툴을 찾게 되었다.</p>
<h1>kdiff3</h1>
<p>잘 만들어진 Merge 툴 중 kdiff3가 나는 쓰기 편하다.<br />
3way-merge 도 맘에 들고&#8230;</p>
<p>kdiff3 : <a href="http://kdiff3.sourceforge.net/" target="_blank">http://kdiff3.sourceforge.net/</a></p>
<h1>svnX</h1>
<p>많은 소스를 버전 관리 하기 위해서는 터미널 코멘드로는<br />
좀 어렵게 느껴지는 부분이 있다.</p>
<p>한꺼번에 비교를 하거나, 자동적으로 해줬으면 하는 부분 등등.</p>
<p>어쨌든 GUI용 Subversion 클라이언트로<br />
내가 선택한 것은 svnX 이다.</p>
<p>svnX : <a href="http://code.google.com/p/svnx" target="_blank">http://code.google.com/p/svnx</a></p>
<p>svnX에서 kdiff3 를 호출해서 diff 또는 merge를 할 때 버그가 있다.<br />
<strong>svnX 1.3.1버전은 뜨기는 하나 파일을 못 불러오는 버그가 있고,<br />
svnX 버전관리 2011년 11월 30일 버전은 아예 kdiff3가 뜨지를 않는다.<br />
</strong></p>
<p>이에 프로젝트 싸이트에 버그레포팅을 했고,<br />
오늘 아침(12월 1일) 답변을 받았다.</p>
<h3>해결방법 1)</h3>
<p>&#8220;svnX &#8211; help의 3.11 Diff&#8221; 에 설명이 되있다.</p>
<blockquote><p>3.11. Diff</p>
<p>In a working copy window, click the Diff icon to compare the selected items with their pristine copies (BASE revisions).<br />
Click while pressing the shift key to compare the selected items with their previous (PREV) revisions.<br />
Clicking while pressing the alt key displays a sheet that allows you to compare any two revisions of a single item.<br />
In the general preferences, you can choose between:<br />
FileMerge (requires Xcode installation or, at least, /usr/bin/opendiff &amp; FileMerge.app)<br />
TextWrangler (requires /usr/bin/twdiff)<br />
BBEdit (requires /usr/bin/bbdiff)<br />
CodeWarrior<br />
Araxis Merge (requires /usr/local/bin/araxissvndiff)<br />
DiffMerge (requires /usr/local/bin/diffmerge.sh)<br />
Changes (requires /usr/bin/chdiff)<br />
Guiffy (requires /usr/local/bin/guiffy)<br />
KDiff3 (requires a symbolic link in ~/bin to the app’s binary:<br />
execute `cd ~/bin; ln -s/Contents/MacOS/kdiff3`).</p></blockquote>
<p>※ 관련 내가 이전에 쓴글 : <a href="http://lum7671.wordpress.com/2010/11/29/svnx-for-mac-os-x-%EC%97%90%EC%84%9C-kdiff3-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0/" target="_blank">svnX for Mac OS X 에서 KDiff3 사용하기.</a></p>
<h3>해결방법 2)</h3>
<p>이건 버그레포팅에서 내가 제시했던 것.</p>
<p>주의할 것은,<br />
<strong>답변으로 OS X 10.5 (이하?) 버전 에서는 &#8220;&#045;&#045;args&#8221; 옵션이 안된다고 한다.</strong></p>
<p><code><br />
/Applications/svnX.app/Contents/Resources/svndiff.sh</code></p>
<p>- &#8220;kdiff3&#8243; ) ~/bin/kdiff3 &#8220;$file1&#8243; &#8220;$file2&#8243; &amp;&gt; /dev/null ;;<br />
+ &#8220;kdiff3&#8243; ) open -a kdiff3 &#045;&#045;args &#8220;$file1&#8243; &#8220;$file2&#8243; &amp;&gt; /dev/null ;;</p>
<p>간단하다.</p>
<p>다음은 버그레포팅 내용이다.</p>
<p><a href="http://code.google.com/p/svnx/issues/detail?id=151" target="_blank">http://code.google.com/p/svnx/issues/detail?id=151</a></p>
<blockquote><p>Reported by dh.j&#8230;@gmail.com, Today (14 hours ago)<br />
What steps will reproduce the problem?<br />
What is the expected output? What do you see instead?</p>
<p>&gt;&gt; kdiff3 is not open problem.</p>
<p>What version of the product are you using? On what operating system?</p>
<p>&gt;&gt; OS : Mac( OS X 10.6.x )<br />
&gt;&gt; svnX Version : subversion repository version &amp; 1.3.1</p>
<p>Please provide any additional information below.</p>
<p>&gt;&gt; look below a patch.<br />
&gt;&gt; and please apply them. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@@ -65,7 +67,7 @@<br />
&#8220;changes&#8221; ) /usr/bin/chdiff &#8220;$file1&#8243; &#8220;$file2&#8243; ;;<br />
&#8220;guiffy&#8221; ) DIFF=&#8217;/usr/local/bin/guiffy&#8217;; if [ $isWorkingCopy ]<br />
then &#8220;$DIFF&#8221; -m &#8220;$file1&#8243; &#8220;$file2&#8243; &#8220;$file2&#8243;; else &#8220;$DIFF&#8221; &#8220;$file1&#8243; &#8220;$file2&#8243;; fi ;;<br />
- &#8220;kdiff3&#8243; ) ~/bin/kdiff3 &#8220;$file1&#8243; &#8220;$file2&#8243; &amp;&gt; /dev/null ;;<br />
+ &#8220;kdiff3&#8243; ) open -a kdiff3 &#045;&#045;args &#8220;$file1&#8243; &#8220;$file2&#8243; &amp;&gt; /dev/null ;;<br />
&#8220;filemerge&#8221; | * ) DIFF=&#8217;/usr/bin/opendiff&#8217;; if [ ! -x "$DIFF" ]; then DIFF=&#8221;/Developer$DIFF&#8221;<br />
if [ ! -x "$DIFF" ]; then DIFF=&#8217;opendiff&#8217;; fi; fi<br />
if [ $isWorkingCopy ]; then &#8220;$DIFF&#8221; &#8220;$file1&#8243; &#8220;$file2&#8243; -merge &#8220;$file2&#8243; &amp;&gt; /dev/null</p>
<p>Comment 1 by project member chr&#8230;@lavabit.com, Today (8 hours ago)<br />
Please open svnX’s Help window &amp; read section “3.11. Diff”.</p>
<p>The `open` command does not accept `&#045;&#045;args` on OSX 10.5, so your patch won’t work there.</p>
<p>Delete comment Comment 2 by dh.j&#8230;@gmail.com, Today (20 minutes ago)<br />
Ok. thanks to rapidly reply.</p></blockquote>
<p>- 끝 -</p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a>, <a href='http://lum7671.wordpress.com/category/programming/'>Programming</a> Tagged: <a href='http://lum7671.wordpress.com/tag/kdiff3/'>kdiff3</a>, <a href='http://lum7671.wordpress.com/tag/merge/'>merge</a>, <a href='http://lum7671.wordpress.com/tag/subversion/'>Subversion</a>, <a href='http://lum7671.wordpress.com/tag/svn/'>svn</a>, <a href='http://lum7671.wordpress.com/tag/svnx/'>svnX</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/959/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=959&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/12/01/svnxosx-merge-%ed%88%b4%eb%a1%9c-kdiff3-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>
	</item>
		<item>
		<title>Xcode4, &#8220;code snippets&#8221; 기능으로 Doxygen 주석 쉽게 달기.</title>
		<link>http://lum7671.wordpress.com/2011/11/21/xcode4-code-snippets-%ea%b8%b0%eb%8a%a5%ec%9c%bc%eb%a1%9c-doxygen-%ec%a3%bc%ec%84%9d-%ec%89%bd%ea%b2%8c-%eb%8b%ac%ea%b8%b0/</link>
		<comments>http://lum7671.wordpress.com/2011/11/21/xcode4-code-snippets-%ea%b8%b0%eb%8a%a5%ec%9c%bc%eb%a1%9c-doxygen-%ec%a3%bc%ec%84%9d-%ec%89%bd%ea%b2%8c-%eb%8b%ac%ea%b8%b0/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:52:52 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[Doxygen]]></category>
		<category><![CDATA[자동완성]]></category>
		<category><![CDATA[주석]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Xcode4]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=936</guid>
		<description><![CDATA[참고 : Easy Doxygen code snippets for Xcode 4 1. Xcode 에디터에 붙여넣기 다음을 Xcode 에디터에 붙여넣기 한다. /** &#60;#description#&#62; @param &#60;#parameter#&#62; @returns &#60;#retval#&#62; @exception &#60;#throws#&#62; */ 2. Xcode4 의 &#8220;Code Snippets Library&#8221; 찾기. 오른쪽 프로퍼티 부분 아래쪽에 &#8220;Code Snippets Library&#8221;가 있는데 두번째 탭 버튼이 &#8220;{}&#8221; 이다. &#8220;{}&#8221; 탭은 콤보로 되있는데 &#8220;User&#8221; 를 선택하고, 3. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=936&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>참고 : <a href="http://cbpowell.wordpress.com/2011/06/15/easy-doxygen-code-snippets-for-xcode-4/" target="_blank">Easy Doxygen code snippets for Xcode 4</a></p>
<h1>1. Xcode 에디터에 붙여넣기</h1>
<p>다음을 Xcode 에디터에 붙여넣기 한다.<br />
<code><br />
/**<br />
&lt;#description#&gt;<br />
@param &lt;#parameter#&gt;<br />
@returns &lt;#retval#&gt;<br />
@exception &lt;#throws#&gt;<br />
*/<br />
</code></p>
<h1>2. Xcode4 의 &#8220;Code Snippets Library&#8221; 찾기.</h1>
<p>오른쪽 프로퍼티 부분 아래쪽에 &#8220;Code Snippets Library&#8221;가 있는데 두번째 탭 버튼이 &#8220;{}&#8221; 이다.</p>
<p>&#8220;{}&#8221; 탭은 콤보로 되있는데 &#8220;User&#8221; 를 선택하고,</p>
<h1>3. Code Snippets 새로 생성하기.</h1>
<p>Xcode에디터에서 1번에서 붙여넣기 했던 코드를 Drag &amp; Drop 으로 User 영역에 가지고 온다.<br />
그러면 새로운 Code Snippets 이 생긴다.</p>
<p><a href="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-12-38.png"><img class="alignnone size-full wp-image-939" title="스크린샷 2011-11-21 오후 8.12.38" src="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-12-38.png?w=700&#038;h=295" alt="" width="700" height="295" /></a></p>
<p>새로 생성되면 &#8220;Edit&#8221; 화면이 된다.</p>
<p>내가 입력한 예를적어보면,<br />
<code><br />
Title : Method Comments<br />
Platform : All<br />
Completion Shortcut : doc<br />
Completion Scopes : All<br />
</code></p>
<h1>4. 수정 완료</h1>
<p>&#8220;Done&#8221; 버튼을 누르면 수정이 끝난다.</p>
<p><a href="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-11-59.png"><img class="alignnone size-full wp-image-938" title="스크린샷 2011-11-21 오후 8.11.59" src="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-11-59.png?w=700&#038;h=303" alt="" width="700" height="303" /></a></p>
<p>언제든지 &#8220;Edit&#8221; 버튼을 눌러서 수정이 가능하다.</p>
<h1>5. 자동완성 (Auto Completion)</h1>
<p>이제 자동완성이 켜져 있으면,<br />
dox[Enter] ( or dox[Tab]) 으로</p>
<p><a href="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-32-33.png"><img class="alignnone size-full wp-image-941" title="스크린샷 2011-11-21 오후 8.32.33" src="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-32-33.png?w=700" alt=""   /></a></p>
<p>위 화면을 볼 수 있다.</p>
<p>※ 자동완성이 잘 안되면,<br />
Drag &amp; Drop 으로 할 수 있다.</p>
<p>&#8220;Code Snippets&#8221; 을 Xcode 에디터의 붙이고 싶은 곳으로<br />
Drag &amp; Drop으로 Doxygen 주석을 추가 할 수도 있다.</p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/os/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/category/apple/iphone/'>iPhone</a>, <a href='http://lum7671.wordpress.com/category/programming/'>Programming</a>, <a href='http://lum7671.wordpress.com/category/software/ide/xcode-ide/'>Xcode</a> Tagged: <a href='http://lum7671.wordpress.com/tag/code-snippets/'>code snippets</a>, <a href='http://lum7671.wordpress.com/tag/comments/'>Comments</a>, <a href='http://lum7671.wordpress.com/tag/completion/'>completion</a>, <a href='http://lum7671.wordpress.com/tag/doxygen/'>Doxygen</a>, <a href='http://lum7671.wordpress.com/tag/%ec%9e%90%eb%8f%99%ec%99%84%ec%84%b1/'>자동완성</a>, <a href='http://lum7671.wordpress.com/tag/%ec%a3%bc%ec%84%9d/'>주석</a>, <a href='http://lum7671.wordpress.com/tag/xcode/'>XCode</a>, <a href='http://lum7671.wordpress.com/tag/xcode4/'>Xcode4</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/936/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/936/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=936&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/11/21/xcode4-code-snippets-%ea%b8%b0%eb%8a%a5%ec%9c%bc%eb%a1%9c-doxygen-%ec%a3%bc%ec%84%9d-%ec%89%bd%ea%b2%8c-%eb%8b%ac%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-12-38.png" medium="image">
			<media:title type="html">스크린샷 2011-11-21 오후 8.12.38</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-11-59.png" medium="image">
			<media:title type="html">스크린샷 2011-11-21 오후 8.11.59</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-21-ec98a4ed9b84-8-32-33.png" medium="image">
			<media:title type="html">스크린샷 2011-11-21 오후 8.32.33</media:title>
		</media:content>
	</item>
		<item>
		<title>iOSdev, PNG 최적화 스크립트.( pngcrush + advpngidat )</title>
		<link>http://lum7671.wordpress.com/2011/11/16/iosdev-png-%ec%b5%9c%ec%a0%81%ed%99%94-%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-pngcrush-advpngidat/</link>
		<comments>http://lum7671.wordpress.com/2011/11/16/iosdev-png-%ec%b5%9c%ec%a0%81%ed%99%94-%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-pngcrush-advpngidat/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 09:46:14 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Image]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[advancecomp]]></category>
		<category><![CDATA[advpngidat]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[최적화]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[pngcrush]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=925</guid>
		<description><![CDATA[1. 참고 링크 https://github.com/scribd/Xcode-OptimizePNG https://github.com/scribd/advancecomp 2. pngcrush, advpngidat 사용법 pngcrush (extreme) $ pngcrush -fix -iphone -brute hello_world.png ./Resources/hello_world.png advpngidat $ advpngidat -z4f Resources/hello_world.png 3. 스크립트 Xcode-OptimizePNG 를 참고해서 만든 PNG를 Extreme 최적화 시키는 스크립트입니다. 최적화 스크립트 : optpng.sh ※ 참고 : 첨부파일 확장자 제한으로 확장자 odt를 붙임. 사용법 : ~/bin $ ./optpng.sh Usage : ./optpng.sh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=925&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. 참고 링크</p>
<ul>
<li><a href="https://github.com/scribd/Xcode-OptimizePNG">https://github.com/scribd/Xcode-OptimizePNG</a></li>
<li><a href="https://github.com/scribd/advancecomp">https://github.com/scribd/advancecomp</a></li>
</ul>
<p>2. pngcrush, advpngidat 사용법</p>
<ul>
<li>pngcrush (extreme)<br />
<code><br />
$ pngcrush -fix -iphone -brute hello_world.png ./Resources/hello_world.png<br />
</code>
</li>
<li>advpngidat<br />
<code><br />
$ advpngidat -z4f Resources/hello_world.png<br />
</code>
</li>
</ul>
<p>3. 스크립트<br />
<a href="https://github.com/scribd/Xcode-OptimizePNG">Xcode-OptimizePNG</a> 를 참고해서 만든 PNG를 Extreme 최적화 시키는 스크립트입니다.</p>
<ul>
<li>최적화 스크립트 : <a href="http://lum7671.files.wordpress.com/2011/11/optpng-sh.odt">optpng.sh</a><br />
※ 참고 : 첨부파일 확장자 제한으로 확장자 odt를 붙임.
</li>
<li>사용법 :<br />
<code><br />
~/bin $ ./optpng.sh<br />
Usage :<br />
./optpng.sh [*.png|filename.png]<br />
</code>
</li>
</ul>
<p><span id="more-925"></span></p>
<ul>
<li>optpng.sh 소스</li>
</ul>
<ul>
<p><code><br />
#!/usr/bin/env bash<br />
# -*- coding: utf-8 -*-<br />
#<br />
# 작성자 : 장두현<br />
# 작성일 : 2011-11-16<br />
#<br />
# 참고 : https://github.com/scribd/Xcode-OptimizePNG<br />
#</code></p>
<p>usage ()<br />
{<br />
echo -e &#8220;Usage :\n$0 [*.png|filename.png]&#8220;<br />
}</p>
<p>cust_echo()<br />
{<br />
echo &#8220;[1;34m$1 [1;32m$2[0;0m"<br />
}</p>
<p>if [ -z "$1" ]<br />
then<br />
usage<br />
exit 0<br />
fi</p>
<p>BIN_PNGCRUSH=$(which pngcrush)<br />
BIN_ADVPNGIDAT=$(which advpngidat)</p>
<p>DIR_PWD=$(pwd)<br />
DIR_TMP=$TMPDIR<br />
if ![ $DIR_TMP ]<br />
then<br />
DIR_TMP=&#8221;/tmp&#8221;<br />
fi</p>
<p>if ![ -f "$BIN_PNGCRUSH" ]<br />
then<br />
echo &#8220;에러! pngcrush 실행파일을 찾을 수 없습니다.&#8221;<br />
exit 0<br />
fi</p>
<p>if ![ -f "$BIN_ADVPNGIDAT" ]<br />
then<br />
echo &#8220;에러! advpngidat 실행파일을 찾을 수 없습니다.&#8221;<br />
exit 0<br />
fi</p>
<p>DIR_TMP=&#8221;$DIR_TMP/optpng&#8221;<br />
mkdir -p &#8220;$DIR_TMP&#8221;</p>
<p>for file in $@<br />
do<br />
cust_echo &#8220;Processing file : &#8221; &#8220;$DIR_PWD/$file&#8221;</p>
<p># Extreme Optimizing.<br />
$BIN_PNGCRUSH -fix -iphone -brute $DIR_PWD/$file $DIR_TMP/$file<br />
if [ -f $DIR_TMP/$file ]<br />
then<br />
$BIN_ADVPNGIDAT -z4f $DIR_TMP/$file<br />
rm -vf $DIR_PWD/$file<br />
cp -vf $DIR_TMP/$file $DIR_PWD/$file<br />
fi<br />
done</p>
<p>cust_echo &#8220;Clear temporary directory. &#8221; &#8220;($DIR_TMP)&#8221;<br />
rm -rvf &#8220;$DIR_TMP&#8221;</ul>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/software/image-software/'>Image</a>, <a href='http://lum7671.wordpress.com/category/os/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/category/apple/iphone/'>iPhone</a>, <a href='http://lum7671.wordpress.com/category/programming/'>Programming</a>, <a href='http://lum7671.wordpress.com/category/software/editor-software/xcode-editor/'>Xcode</a> Tagged: <a href='http://lum7671.wordpress.com/tag/advancecomp/'>advancecomp</a>, <a href='http://lum7671.wordpress.com/tag/advpngidat/'>advpngidat</a>, <a href='http://lum7671.wordpress.com/tag/bash/'>bash</a>, <a href='http://lum7671.wordpress.com/tag/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/tag/%ec%b5%9c%ec%a0%81%ed%99%94/'>최적화</a>, <a href='http://lum7671.wordpress.com/tag/optimize/'>optimize</a>, <a href='http://lum7671.wordpress.com/tag/png/'>png</a>, <a href='http://lum7671.wordpress.com/tag/pngcrush/'>pngcrush</a>, <a href='http://lum7671.wordpress.com/tag/scripts/'>scripts</a>, <a href='http://lum7671.wordpress.com/tag/xcode/'>XCode</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/925/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=925&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/11/16/iosdev-png-%ec%b5%9c%ec%a0%81%ed%99%94-%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-pngcrush-advpngidat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>
	</item>
		<item>
		<title>OSX, Auto Mute, 무음 단축키, Mute shortcuts</title>
		<link>http://lum7671.wordpress.com/2011/11/10/osx-auto-mute-%eb%ac%b4%ec%9d%8c-%eb%8b%a8%ec%b6%95%ed%82%a4-mute-shortcuts/</link>
		<comments>http://lum7671.wordpress.com/2011/11/10/osx-auto-mute-%eb%ac%b4%ec%9d%8c-%eb%8b%a8%ec%b6%95%ed%82%a4-mute-shortcuts/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 05:56:50 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Auto Mute]]></category>
		<category><![CDATA[단축키]]></category>
		<category><![CDATA[무음]]></category>
		<category><![CDATA[무음 단축키]]></category>
		<category><![CDATA[볼륨]]></category>
		<category><![CDATA[소리]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mute]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=917</guid>
		<description><![CDATA[현재 Snow Leopard 사용중이다. OSX에서 소리관련(특히 무음) 단축키를 찾아봤지만, Snow Leopard에는 없는 것 같다. 그래서 무료 소프트웨어 프로그램을 찾게 되었는데&#8230; 괜찮은게 있어서 공유한다. URL : http://auto-mute.com/ (Open new window) - 상단 상태줄 표시 - 설정 설정 메뉴를 살펴보면, - OSX 시작시 Auto Mute 를 자동으로 시작 할건지? - 로그오프, 서스펜드, 셧다운에서 Mute를 할것인지? - 스크린세이버 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=917&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>현재 Snow Leopard 사용중이다.<br />
OSX에서 소리관련(특히 무음) 단축키를 찾아봤지만, Snow Leopard에는 없는 것 같다.<br />
그래서 무료 소프트웨어 프로그램을 찾게 되었는데&#8230; 괜찮은게 있어서 공유한다.</p>
<p>URL : <a href="http://auto-mute.com/" target="_blank">http://auto-mute.com/</a> (Open new window)</p>
<p>- 상단 상태줄 표시<br />
<a href="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-32-43.png"><img class="alignnone size-full wp-image-918" title="스크린샷 2011-11-10 오후 2.32.43" src="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-32-43.png?w=700" alt=""   /></a></p>
<p>- 설정<br />
<a href="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-33-10.png"><img class="alignnone size-full wp-image-919" title="스크린샷 2011-11-10 오후 2.33.10" src="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-33-10.png?w=700" alt=""   /></a></p>
<p>설정 메뉴를 살펴보면,</p>
<p>- OSX 시작시 Auto Mute 를 자동으로 시작 할건지?<br />
- 로그오프, 서스펜드, 셧다운에서 Mute를 할것인지?<br />
- 스크린세이버 에서 Mute 할것인지?<br />
- Mute on 또는 off 단축키 지정<br />
- Mute off 할 때 시스템 비프음을 들리게 할것인지?</p>
<p>를 설정할 수 있다.</p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/apple/imac/'>iMac</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a>, <a href='http://lum7671.wordpress.com/category/os/'>OS</a>, <a href='http://lum7671.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://lum7671.wordpress.com/tag/auto-mute/'>Auto Mute</a>, <a href='http://lum7671.wordpress.com/tag/%eb%8b%a8%ec%b6%95%ed%82%a4/'>단축키</a>, <a href='http://lum7671.wordpress.com/tag/%eb%ac%b4%ec%9d%8c/'>무음</a>, <a href='http://lum7671.wordpress.com/tag/%eb%ac%b4%ec%9d%8c-%eb%8b%a8%ec%b6%95%ed%82%a4/'>무음 단축키</a>, <a href='http://lum7671.wordpress.com/tag/%eb%b3%bc%eb%a5%a8/'>볼륨</a>, <a href='http://lum7671.wordpress.com/tag/%ec%86%8c%eb%a6%ac/'>소리</a>, <a href='http://lum7671.wordpress.com/tag/mac/'>Mac</a>, <a href='http://lum7671.wordpress.com/tag/mac-os-x/'>Mac OS X</a>, <a href='http://lum7671.wordpress.com/tag/mute/'>mute</a>, <a href='http://lum7671.wordpress.com/tag/osx/'>OSX</a>, <a href='http://lum7671.wordpress.com/tag/shortcuts/'>shortcuts</a>, <a href='http://lum7671.wordpress.com/tag/volume/'>volume</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=917&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/11/10/osx-auto-mute-%eb%ac%b4%ec%9d%8c-%eb%8b%a8%ec%b6%95%ed%82%a4-mute-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-32-43.png" medium="image">
			<media:title type="html">스크린샷 2011-11-10 오후 2.32.43</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/11/ec8aa4ed81aceba6b0ec83b7-2011-11-10-ec98a4ed9b84-2-33-10.png" medium="image">
			<media:title type="html">스크린샷 2011-11-10 오후 2.33.10</media:title>
		</media:content>
	</item>
		<item>
		<title>OSX, 시작 프로그램 설정 (로그인)</title>
		<link>http://lum7671.wordpress.com/2011/10/04/osx-%ec%8b%9c%ec%9e%91-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8-%ec%84%a4%ec%a0%95-%eb%a1%9c%ea%b7%b8%ec%9d%b8/</link>
		<comments>http://lum7671.wordpress.com/2011/10/04/osx-%ec%8b%9c%ec%9e%91-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8-%ec%84%a4%ec%a0%95-%eb%a1%9c%ea%b7%b8%ec%9d%b8/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 14:26:05 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=908</guid>
		<description><![CDATA[1. 시스템 환경설정 2. 계정 3. 로그인 항목 &#38; 추가 - 끝 - Filed under: Apple, Mac Tagged: login, OSX, startup<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=908&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. 시스템 환경설정<br />
<a href="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-15.png"><img src="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-15.png?w=700" alt="" title="스크린샷 2011-10-04 오후 11.06.15"   class="alignnone size-full wp-image-909" /></a></p>
<p>2. 계정<br />
<a href="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-52.png"><img src="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-52.png?w=700&#038;h=598" alt="" title="스크린샷 2011-10-04 오후 11.06.52" width="700" height="598" class="alignnone size-full wp-image-910" /></a></p>
<p>3. 로그인 항목 &amp; 추가<br />
<a href="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-07-09.png"><img src="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-07-09.png?w=700&#038;h=571" alt="" title="스크린샷 2011-10-04 오후 11.07.09" width="700" height="571" class="alignnone size-full wp-image-911" /></a></p>
<p>- 끝 -</p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a> Tagged: <a href='http://lum7671.wordpress.com/tag/login/'>login</a>, <a href='http://lum7671.wordpress.com/tag/osx/'>OSX</a>, <a href='http://lum7671.wordpress.com/tag/startup/'>startup</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/908/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=908&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/10/04/osx-%ec%8b%9c%ec%9e%91-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8-%ec%84%a4%ec%a0%95-%eb%a1%9c%ea%b7%b8%ec%9d%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-15.png" medium="image">
			<media:title type="html">스크린샷 2011-10-04 오후 11.06.15</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-06-52.png" medium="image">
			<media:title type="html">스크린샷 2011-10-04 오후 11.06.52</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/10/ec8aa4ed81aceba6b0ec83b7-2011-10-04-ec98a4ed9b84-11-07-09.png" medium="image">
			<media:title type="html">스크린샷 2011-10-04 오후 11.07.09</media:title>
		</media:content>
	</item>
		<item>
		<title>iPod Touch 2G, iOS 4.2.1 메모리 확보. (Enable of Swap Memory.)</title>
		<link>http://lum7671.wordpress.com/2011/09/09/ipod-touch-2g-ios-4-2-1-%eb%a9%94%eb%aa%a8%eb%a6%ac-%ed%99%95%eb%b3%b4-enable-of-swap-memory/</link>
		<comments>http://lum7671.wordpress.com/2011/09/09/ipod-touch-2g-ios-4-2-1-%eb%a9%94%eb%aa%a8%eb%a6%ac-%ed%99%95%eb%b3%b4-enable-of-swap-memory/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 14:52:08 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[4.2.1]]></category>
		<category><![CDATA[iphonevm]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[vmenabler]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=894</guid>
		<description><![CDATA[권하지 않음&#8230; daemon 내리고 원복했습니다. 수시로 멈추고 홈 + 전원으로 리셋도 잘 안되기도 하네요. iOS에서 기본으로 swap 메모리가 비활성화 되있나보다. 다음은 jailbreak 된 iOS 4.2.1 에서 swap 메모리를 활성화 시키는 방법이다. 아직 사용을 못해봤지만, 이것을 찾게 된 이유는 &#8220;Gun Bros&#8221; 게임이 너무 느려져서 이다. 우선, 간단히 설명을 하면 2개의 파일을 생성 해야하고 알아서 iPhone (혹은 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=894&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>권하지 않음&#8230; daemon 내리고 원복했습니다.<br />
수시로 멈추고 홈 + 전원으로 리셋도 잘 안되기도 하네요.<br />
</strong><br />
<span id="more-894"></span></p>
<p>iOS에서 기본으로 swap 메모리가 비활성화 되있나보다.<br />
다음은 <strong>jailbreak 된 iOS 4.2.1</strong> 에서 swap 메모리를 활성화 시키는 방법이다.<br />
아직 사용을 못해봤지만, 이것을 찾게 된 이유는 &#8220;Gun Bros&#8221; 게임이 너무 느려져서 이다.</p>
<p>우선, 간단히 설명을 하면 2개의 파일을 생성 해야하고<br />
알아서 iPhone (혹은 iPod touch)의 알맞은 디렉토리에 copy 하고 파일에대한 소유와 실행에 대한 권한을 정해주면 된다.<br />
이후 재부팅을 하게 되면 swap 파일이 생성되있으면 성공한 것 이다.</p>
<h1>1. 파일 생성 (2개)</h1>
<h2>1.1 첫번째 파일</h2>
<blockquote><p>/System/Library/LaunchDaemons/com.apple.dynamic_pager.plist<br />
-rwxr-xr-x 1 root wheel 386 Sep 9 22:55 com.apple.dynamic_pager.plist*</p></blockquote>
<p><code><br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;<br />
&lt;plist version="1.0"&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;KeepAlive&lt;/key&gt;<br />
&lt;true/&gt;<br />
&lt;key&gt;Label&lt;/key&gt;<br />
&lt;string&gt;com.apple.dynamic_pager&lt;/string&gt;<br />
&lt;key&gt;ProgramArguments&lt;/key&gt;<br />
&lt;array&gt;<br />
&lt;string&gt;/sbin/dynamic_pager&lt;/string&gt;<br />
&lt;/array&gt;<br />
&lt;key&gt;RunAtLoad&lt;/key&gt;<br />
&lt;true/&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;<br />
</code></p>
<h2>1.2 두번째 파일</h2>
<blockquote><p>/private/var/preferences/com.apple.virtualMemory.plist<br />
-rwxr-xr-x 1 root wheel 225 Sep 9 22:58 com.apple.virtualMemory.plist*</p></blockquote>
<p><code><br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"<br />
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;<br />
&lt;plist version="1.0"&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;UseEncryptedSwap&lt;/key&gt;<br />
&lt;false/&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;<br />
</code></p>
<h1>2. 재부팅 후 swap 파일 확인. (64MB)</h1>
<blockquote><p>/private/var/vm/swapfile0<br />
-rw&#8212;&#8212;T 1 root wheel 64M Sep  9 23:13 swapfile0</p></blockquote>
<p>참고 : <a href="http://www.triggerdown.net/iosvirtualmemory.htm" target="_blank">iOS Virtual Memory Enabling</a> by Triggerdown</p>
<p>후기 :<br />
불안한면이 없지 않다. 재부팅 후 안전모드를 들어가기도 한다.<br />
하지만, &#8220;Gun Bros&#8221;를 끊김없이 한판을 부드럽게 했다.<br />
멈추고 한참 기다려야 다시되고를 반복했었는데&#8230; 나름 만족한다. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/os/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/category/apple/iphone/'>iPhone</a>, <a href='http://lum7671.wordpress.com/category/apple/ipod-touch-apple/'>iPod Touch</a> Tagged: <a href='http://lum7671.wordpress.com/tag/4-2-1/'>4.2.1</a>, <a href='http://lum7671.wordpress.com/tag/ios/'>iOS</a>, <a href='http://lum7671.wordpress.com/tag/iphonevm/'>iphonevm</a>, <a href='http://lum7671.wordpress.com/tag/ipod-touch/'>ipod touch</a>, <a href='http://lum7671.wordpress.com/tag/swap/'>swap</a>, <a href='http://lum7671.wordpress.com/tag/vmenabler/'>vmenabler</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/894/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=894&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/09/09/ipod-touch-2g-ios-4-2-1-%eb%a9%94%eb%aa%a8%eb%a6%ac-%ed%99%95%eb%b3%b4-enable-of-swap-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>
	</item>
		<item>
		<title>Xcode, .h, .m 분할(split) 해서 같이 보기.</title>
		<link>http://lum7671.wordpress.com/2011/09/07/xcode-h-m-%eb%b6%84%ed%95%a0split-%ed%95%b4%ec%84%9c-%ea%b0%99%ec%9d%b4-%eb%b3%b4%ea%b8%b0/</link>
		<comments>http://lum7671.wordpress.com/2011/09/07/xcode-h-m-%eb%b6%84%ed%95%a0split-%ed%95%b4%ec%84%9c-%ea%b0%99%ec%9d%b4-%eb%b3%b4%ea%b8%b0/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 15:56:37 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[에디터]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/2011/09/07/xcode-h-m-%eb%b6%84%ed%95%a0split-%ed%95%b4%ec%84%9c-%ea%b0%99%ec%9d%b4-%eb%b3%b4%ea%b8%b0/</guid>
		<description><![CDATA[사실 이 섹션의 제목은 &#8221;Find and Display Related Content&#8221; 이다. 관련된 것을 찾아서 보여주는 것인데&#8230; .h 와 .m이 서로 많이 쓰이고 전달이 쉬울 것 같아서 이렇게 제목을 붙였다. 1. The Assistant button 누르면 분할 화면으로 .h 에 매칭되는 .m 파일이 열린다. (혹은 반대로&#8230;) 2. 레이아웃 변경. 가로분할, 세로분할 설정을 할 수 있음. Menu 에서 View &#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=886&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="p1">사실 이 섹션의 제목은 &#8221;Find and Display Related Content&#8221; 이다.<br />
관련된 것을 찾아서 보여주는 것인데&#8230;<br />
.h 와 .m이 서로 많이 쓰이고 전달이 쉬울 것 같아서 이렇게 제목을 붙였다. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>1. The Assistant button</p>
<p><img style="vertical-align:baseline;" src="http://lum7671.files.wordpress.com/2011/09/genius_mode_button1.png?w=218&#038;h=79" alt="" width="218" height="79" /></p>
<p>누르면 분할 화면으로 .h 에 매칭되는 .m 파일이 열린다. (혹은 반대로&#8230;)</p>
<p><img src="http://lum7671.files.wordpress.com/2011/09/split_editor.png?w=700" alt="" /></p>
<p>2. 레이아웃 변경. 가로분할, 세로분할 설정을 할 수 있음.</p>
<p>Menu 에서</p>
<p>View &gt; Assistant Layout</p>
<p><img src="http://lum7671.files.wordpress.com/2011/09/assistant_layout.png?w=312&#038;h=174" alt="" width="312" height="174" /></p>
<p>- 끝 -</p>
<br />Filed under: <a href='http://lum7671.wordpress.com/category/apple/'>Apple</a>, <a href='http://lum7671.wordpress.com/category/software/editor-software/'>Editor</a>, <a href='http://lum7671.wordpress.com/category/os/mac/'>Mac</a>, <a href='http://lum7671.wordpress.com/category/software/ide/xcode-ide/'>Xcode</a> Tagged: <a href='http://lum7671.wordpress.com/tag/ide/'>IDE</a>, <a href='http://lum7671.wordpress.com/tag/%ec%97%90%eb%94%94%ed%84%b0/'>에디터</a>, <a href='http://lum7671.wordpress.com/tag/xcode/'>XCode</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=886&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/09/07/xcode-h-m-%eb%b6%84%ed%95%a0split-%ed%95%b4%ec%84%9c-%ea%b0%99%ec%9d%b4-%eb%b3%b4%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/09/genius_mode_button1.png" medium="image" />

		<media:content url="http://lum7671.files.wordpress.com/2011/09/split_editor.png" medium="image" />

		<media:content url="http://lum7671.files.wordpress.com/2011/09/assistant_layout.png" medium="image" />
	</item>
		<item>
		<title>GIMP, 2.7.3 version screenshots</title>
		<link>http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/</link>
		<comments>http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 17:27:54 +0000</pubDate>
		<dc:creator>lum7671</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.7.3]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[screencapture]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://lum7671.wordpress.com/?p=873</guid>
		<description><![CDATA[I have compiled with my Linux box, Kubuntu 11.04 Filed under: Editor, Image, Linux Tagged: 2.7.3, gimp, Kubuntu, screencapture, screenshots, Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=873&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have compiled with my Linux box, Kubuntu 11.04 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<a href='http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/%ec%8a%a4%eb%83%85%ec%83%b75/' title='tab view'><img data-attachment-id='878' data-orig-size='575,232' data-liked='0'width="150" height="60" src="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b75.png?w=150&#038;h=60" class="attachment-thumbnail" alt="tab view" title="tab view" /></a>
<a href='http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/%ec%8a%a4%eb%83%85%ec%83%b71-3/' title='single window'><img data-attachment-id='874' data-orig-size='1206,932' data-liked='0'width="150" height="115" src="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b71.png?w=150&#038;h=115" class="attachment-thumbnail" alt="single window" title="single window" /></a>
<a href='http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/%ec%8a%a4%eb%83%85%ec%83%b74-2/' title='select single window '><img data-attachment-id='877' data-orig-size='744,264' data-liked='0'width="150" height="53" src="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b74.png?w=150&#038;h=53" class="attachment-thumbnail" alt="select single window" title="select single window" /></a>
<a href='http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/%ec%8a%a4%eb%83%85%ec%83%b73-2/' title='loading view'><img data-attachment-id='876' data-orig-size='284,420' data-liked='0'width="101" height="150" src="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b73.png?w=101&#038;h=150" class="attachment-thumbnail" alt="loading view" title="loading view" /></a>
<a href='http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/%ec%8a%a4%eb%83%85%ec%83%b72-3/' title='about'><img data-attachment-id='875' data-orig-size='385,486' data-liked='0'width="118" height="150" src="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b72.png?w=118&#038;h=150" class="attachment-thumbnail" alt="about" title="about" /></a>

<br />Filed under: <a href='http://lum7671.wordpress.com/category/software/image-software/editor-image/'>Editor</a>, <a href='http://lum7671.wordpress.com/category/software/image-software/'>Image</a>, <a href='http://lum7671.wordpress.com/category/os/linux/'>Linux</a> Tagged: <a href='http://lum7671.wordpress.com/tag/2-7-3/'>2.7.3</a>, <a href='http://lum7671.wordpress.com/tag/gimp/'>gimp</a>, <a href='http://lum7671.wordpress.com/tag/kubuntu/'>Kubuntu</a>, <a href='http://lum7671.wordpress.com/tag/screencapture/'>screencapture</a>, <a href='http://lum7671.wordpress.com/tag/screenshots/'>screenshots</a>, <a href='http://lum7671.wordpress.com/tag/ubuntu/'>Ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lum7671.wordpress.com/873/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lum7671.wordpress.com/873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lum7671.wordpress.com/873/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lum7671.wordpress.com&amp;blog=4257481&amp;post=873&amp;subd=lum7671&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lum7671.wordpress.com/2011/08/24/gimp-2-7-3-version-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>37.410092 127.134249</georss:point>
		<geo:lat>37.410092</geo:lat>
		<geo:long>127.134249</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a35ae744c9087533efe7582a74e1f6b0?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">antz</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b75.png?w=150" medium="image">
			<media:title type="html">tab view</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b71.png?w=150" medium="image">
			<media:title type="html">single window</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b74.png?w=150" medium="image">
			<media:title type="html">select single window</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b73.png?w=101" medium="image">
			<media:title type="html">loading view</media:title>
		</media:content>

		<media:content url="http://lum7671.files.wordpress.com/2011/08/ec8aa4eb8385ec83b72.png?w=118" medium="image">
			<media:title type="html">about</media:title>
		</media:content>
	</item>
	</channel>
</rss>
