Add GPS fields to strip
This commit is contained in:
parent
45689acb26
commit
605b66f640
@ -138,10 +138,15 @@ export const removeGpsData = async (image: ArrayBuffer) =>
|
||||
generateBase64(image, sharp => sharp
|
||||
.withExifMerge({
|
||||
IFD3: {
|
||||
GPSLatitudeRef: '',
|
||||
GPSLatitude: '',
|
||||
GPSLongitudeRef: '',
|
||||
GPSLongitude: '',
|
||||
GPSVersionID: '-',
|
||||
GPSMapDatum: '-',
|
||||
GPSLatitudeRef: '-',
|
||||
GPSLatitude: '-',
|
||||
GPSLongitudeRef: '-',
|
||||
GPSLongitude: '-',
|
||||
GPSTimeStamp: '-',
|
||||
GPSAltitude: '-',
|
||||
GPSAltitudeRef: '-',
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user