관리 메뉴

PC Geek's

Phocasa ; 180kByte 짜리 사진 편집 프로그램! 본문

소프트웨어와 콘텐츠/그래픽, 사진

Phocasa ; 180kByte 짜리 사진 편집 프로그램!

사용자 삽입 이미지

이미지 소스: www.phocasa.com

URL: http://www.phocasa.com/index.html

무려 180kByte 짜리 사진 편집 프로그램!
윗 그림과 같이 윈도 기본 인터페이스를 이용합니다.

이 프로그램의 특징은, 사용자 프로그램에서 불러 쓸 수 있게 만들었다는 점입니다.
물론, 아래 실행화면처럼 단독으로 실행해 쓸 수도 있습니다.
사용자 삽입 이미지

기능은 간략합니다.
회전(rotate), 뒤집기(flip), 크기 조정(resize), 잘라내기(crop).. 기본입니다.
그리고, 확대, 축소, 스크롤, 작업 취소 등을 할 수 있습니다.

마지막으로, 사용자 프로그램에서 불러 쓰는 방법.
Call by command line:
Command: Location of Phocasa.exe, Parameters: The full path of picture.
  • VC++: ShellExecute( NULL, "run", "phocasa.exe", "C:\\mypic.jpg", NULL, NULL, SW_SHOW);
  • Delphi: ShellExecute(0, 'open', "phocasa.exe", "C:\\mypic.jpg", nil, 0);
  • VB: ShellExecute Me.hwnd, "open", "phocasa.exe", "C:\\mypic.jpg", vbNullString, SW_SHOWNORMAL
  • C++Builder: ShellExecute(Handle,"open","phocasa.exe","c:\\mypic.jpg","",SW_SHOWNORMAL);
  • Java: Shell32.ShellExecute( 0, "open", "phocasa.exe", "c:\\mypic.jpg", null, wins.SW_SHOWNORMAL);
http://www.phocasa.com/features.html

이렇게 쓸 수 있다고 하네요.
이 글과 같은 분류글목록으로 / 최신글목록 이동
Comments
Viewed Posts
Recent Comments
Recent Posts