1. LINUX, WINDOWS, MAC OS X, iOS
- http://www.imagemagick.org/script/index.php
. 컨버터 유틸리티로 다양한 포맷의 이미지를 변환, 리사이즈, 합성, 생성 할 수 있음.
(포맷변경, 확대, 축소, 리사이즈, 회전, 좌우상하반전, 흑백, 갈색효과, 밝게 어둡게, 자르기, 캔버스, 글자이미지 생성, 이미지 합성 등)
. LINUX, UNIX, Windows, MaxOSX, iOS 등에서 사용가능한 Free Software.
. Command-line의 이미지 에디팅 툴.
. Source code 제공.
2. iOS
1) Open Source
- https://github.com/OmidH/Filtrr
. An iOS Image filter library.(blur, sharpen, sepia 등등의 효과.)
. 조건부 Copyright. (제작자 표시등의 조건으로 사용 가능.)
. Source code 제공.
- http://computer-vision-talks.com/2011/01/using-opencv-in-objective-c-code/
. iOS의 GLImageProcessing Sample과 OpenCV을 이용한 예제.
. 많은 예제를 지원해주는 것 같은데, 시뮬레이터상에서는 한가지만 보여짐.
(버전 차이로 인해 다른 기능들이 안보여지는 것인지 좀 더 확인 필요.)
- https://github.com/Nyx0uf/NYXImagesKit
. iOS 용. (Least iOS5.1)
. Filtering, Blurring, Enhancing, Masking, Reflecting, Resizing, Rotating, Saving 등의 기능 제공.
. 카테고리 형식으로 제공.
. main.m, AppDelegate.m이 없어서 실행은 못 시켜봄. Framework에 추가해서 테스트 필요.
- https://github.com/esilverberg/ios-image-filters
. iOS용 Library, Source, MIT License.
. Brightness, Contrast, Gamma, Noise, Posterize, Saturate, Sharpen, Sepia, Lomo, Vignette, Polaroidish, Invert 등 제공.
- https://github.com/BradLarson/GPUImage
. iOS. OpenGL을 이용한 (정말)다양한 필터를 제공.
. 사진, 카메라 영상 등에도 적용 가능.
. 커스텀 필터 제작을 위한 구조로 정리.
. Sunset Lakers의 CTO가 여가시간을 이용해서 만들었다는 얘기가 있음. ;;;;
- https://github.com/gobackspaces/DLCImagePickerController
. GPUImage를 이용한 예제 프로젝트.
- http://code.google.com/p/simple-iphone-image-processing/
. 여러 효과들을 제공해주는 것 같은데, 활용법을 잘 모르겠음. ;;
2) License
- https://marketplace.appcelerator.com/apps/1192?866436543#overview
; iOS용 유료. $119.99/seat, 19 Basic filters, Tilt-shift effect, Flash
controllable, video recording, Original filter, Realtime effete, Camera
controllable.
-
http://webscripts.softpedia.com/script/Development-Scripts-js/Mobile-Development-Tools/Photo-Effects-SDK-for-iOS-73496.html
. 여러 색감의 효과를 줄 수 있는 라이브러리. 유료.
. 구입은? 글쎄. ;;
3. Android
- http://xjaphx.wordpress.com/learning/tutorials/
. 안드로이드 기본 튜토리얼을 제공.(중간에 Image Processing에 대한 내용이 있음)
- https://github.com/AviaryInc/Mobile-Feather-SDK-for-Android
- http://www.aviary.com/android
. 여러 필터 효과 제공.
. 라이브러리 형태로 제공.
. 사진편집도구 앱이 있음.(https://play.google.com/store/apps/details?id=com.aviary.android.feather&hl=ko)
- http://code.google.com/p/android-image-filtering/
. Dithering, Gray Scale, Outline, Invert, Television, Neon Outline Pixelate 등 효과 제공.
. GNU GPL v3 License
- http://code.google.com/p/jjil/
. Open Library.
. 영상 처리 작업과 60가지 이미지 처리 기능 제공.
. GNU Lesser GPL License.
4. 기타
- http://opencv.willowgarage.com/wiki/
; OpenCV
- https://github.com/pocketpixels/photoapplink
. photoapplink, open source.
. 다른 포토앱과 연결시켜주는 기능이 있는 것 같음. 어떻게 공유가 되는지 모르겠음.
'기술 > iOS' 카테고리의 다른 글
[링크] Xcode를 이용한 자동 테스팅 시작하기 파트 1/2 (0) | 2013.01.02 |
---|---|
NSString -> NSDate 변환 (0) | 2012.12.07 |
APNS 참고 사이트. (0) | 2012.07.03 |
한글은 2자, 영문은 1자로 Length 를 알고 싶을 때. (0) | 2012.03.21 |
UITabBarController 사용 시 다른 탭바가 먼저 보여지게 할 경우. (0) | 2012.02.29 |