mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat: autorotate
This commit is contained in:
parent
0ae3ac43ce
commit
26b22e9a6f
28 changed files with 105 additions and 2 deletions
5
vips.h
5
vips.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue