aboutsummaryrefslogtreecommitdiffstats
path: root/op.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-03-28 11:31:57 +0000
committerkraxel <kraxel>2004-03-28 11:31:57 +0000
commite9e9684117719204929821028ba9dbb7915ea119 (patch)
tree6dd2d71940b33a9f960945335e9124ef4fea9fe7 /op.h
downloadfbida-e9e9684117719204929821028ba9dbb7915ea119.tar.gz
Initial revision
Diffstat (limited to 'op.h')
-rw-r--r--op.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/op.h b/op.h
new file mode 100644
index 0000000..4d882f5
--- /dev/null
+++ b/op.h
@@ -0,0 +1,7 @@
+extern struct ida_op desc_flip_vert;
+extern struct ida_op desc_flip_horz;
+extern struct ida_op desc_rotate_cw;
+extern struct ida_op desc_rotate_ccw;
+extern struct ida_op desc_invert;
+extern struct ida_op desc_crop;
+extern struct ida_op desc_autocrop;