FYI When you upload an image on Poal (Pic8), EXIF metadata are automatically stripped off.
FYI When you upload an image on Poal (Pic8), EXIF metadata are automatically stripped off.
And for anything uploaded elsewhere,
exiftool -all= file.jpg
If you want to preserve just orientation
exiftool -all= -tagsFromFile @ -orientation file.jpg
Check what meta-data is in image
exiftool file.jpg
And for anything uploaded elsewhere,
exiftool -all= file.jpg
If you want to preserve just orientation
exiftool -all= -tagsFromFile @ -orientation file.jpg
Check what meta-data is in image
exiftool file.jpg
That's nice to know.
That's nice to know.
(post is archived)