mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Support EXIF Orientation removal in libvips v8.1.0
See #189 and jcupitt/libvips@fbe321e
This commit is contained in:
parent
ce22388c3b
commit
409d15c624
@ -164,7 +164,7 @@ namespace sharp {
|
|||||||
Remove EXIF Orientation from image.
|
Remove EXIF Orientation from image.
|
||||||
*/
|
*/
|
||||||
void RemoveExifOrientation(VipsImage *image) {
|
void RemoveExifOrientation(VipsImage *image) {
|
||||||
vips_image_remove(image, EXIF_IFD0_ORIENTATION);
|
SetExifOrientation(image, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user