#include "general.h"
#include "addon.h"
#include "stdaddon.h"

Functions | |
| PREPARE_NON_DIALOG_ADDON (cpRotate90CW,"Rotate 90 Clock Wise","Rotate image 90 degree clock wise.") image | |
| PREPARE_NON_DIALOG_ADDON (cpRotate90CCW,"Rotate 90 Counter Clock Wise","Rotate image 90 degree counter clock wise.") image | |
Variables | |
| image = image.Mirror(true) | |
---------------------------------------------------------------------------
Name: stdaddon.cpp
Description: The standard add on for Cekli PhotoLab.
Author: Yohanes Nurcahyo
Email: wahyu [at] yohanesnurcahyo.com
website: www.cekli.com
// Created: 24.02.2008
Created: 1.08.2007
Dependencies:
Revision:
Additional Comments:
---------------------------------------------------------------------------
| PREPARE_NON_DIALOG_ADDON | ( | cpRotate90CCW | , | |
| "Rotate 90 Counter Clock Wise" | , | |||
| "Rotate image 90 degree counter clock wise." | ||||
| ) |
| PREPARE_NON_DIALOG_ADDON | ( | cpRotate90CW | , | |
| "Rotate 90 Clock Wise" | , | |||
| "Rotate image 90 degree clock wise." | ||||
| ) |
| image = image.Mirror(true) |
1.5.5