If you need a simple but effective photo viewer and editor, Phocasa is a simple program which crop, rotate, resize, flip pictures.
If you are a programmer and you are developing anew photo edition program, Phocasa is a free application you can add to your application for free and which will give it cropping, rotating, resizing and flipping capabilities.
You can package it into your program and call it by command line. After clicking "Edit Picture", phocasa will open a window and show that picture, you can crop, rotate, resize the picture now.
After some actions, you can click "Complete", and Phocasa will save the picture and then it will return to your main program.
Note for developers:
You can use it this way:
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);
Comments
There are no opinions about Phocasa yet. Be the first! Comment