[iPhone Dev] Date Formatter

No Comments

맨날 뒤지기 싫어 괜찮은 링크 겁니다.

하단 링크를 가면 더 많은 관련 포스트들이 있죠.
Date Formatter Examples – Take 2: Format Strings

[iPhone Dev] 숫자 키보드에 “Done” 버튼 넣기

No Comments

iOS 4.0부터 예전 방식이 안되었는데..

아래와 같이 하면 잘되네요~

iPhone – Add the Return Key for UIKeyboardTypeNumberPad in iPhone SDK 4

 

Retina는 아니지만 done 버튼은 아래 예전 방식의 포스트에 있습니다~

http://www.neoos.ch/news/46-development/54-uikeyboardtypenumberpad-and-the-missing-return-key

 

 

 

 

[iPhone] 이미지 프로세싱에 관해

No Comments

오랜만에 포스트를 씁니다. 이 것도 아주 예전에 정리하다만 포스트인데… 그냥 링크만이라도 쭉 써봅니다.

 

색에 대한 이해

[명도: 밝기, Brightness] 밝기 정도

[채도: ] 색상의 포함 정도

 

Ref

[1] 색상/채도/명도: http://thgusdldia2.blog.me/140094300141

[2] 픽셀 기반 처리 – (1) 밝기, 명암대비 조절http://kylog.tistory.com/18

[3] RGB <-> HSL http://stackoverflow.com/questions/3017553/converting-from-rgb-to-hsl-with-objective-c https://github.com/alessani/ColorConverter

[4] Brightness without OpenGL call

[5] 이미지프로세싱 – 시작

[6] 주파수 영역에서의 처리 – (6) 주파수 영역에서 이미지 주무르기

[7] 영역 기반 처리 – (3) 영상 선명하게 하기

[8] Color Convert objective-c RGB2HSL and HSL2RGB

[9] 색의 원리

[10] PhotoShop 기능 설명

[11] Image processing- brightness and saturation

[12] How can I change the saturation of an UIImage?

[13] iPhone development: accessing UIColor components