File: op.h

package info (click to toggle)
fbi 2.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,052 kB
  • sloc: ansic: 24,426; sh: 138; perl: 16; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
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;