feat: autorotate

This commit is contained in:
Tomas 2020-08-04 19:40:07 +02:00
parent 0ae3ac43ce
commit 26b22e9a6f
28 changed files with 105 additions and 2 deletions

5
vips.h
View file

@ -222,6 +222,11 @@ vips_rotate_bridge(VipsImage *in, VipsImage **out, int angle) {
}
}
int
vips_autorot_bridge(VipsImage *in, VipsImage **out) {
return vips_autorot(in, out, NULL);
}
const char *
vips_exif_tag(VipsImage *image, const char *tag) {
const char *exif;