惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
GbyAI
GbyAI
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
爱范儿
爱范儿
N
Netflix TechBlog - Medium
U
Unit 42
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
G
Google Developers Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
腾讯CDC

Lei Mao's Log Book

2026 FIFA World Cup 备受嘲讽的会徽 Python Debugging Via VS Code In Docker Container Vargas Plateau Regional Park 徒步 Vargas Plateau Regional Park Apex 2026 FIFA World Cup 小组赛赛程 San Francisquito Creek Joint Powers Authority 2025 Calendar Photo 麦当劳 The FIFA World Cup 套餐 Ardenwood Historic Farm 徒步 Ardenwood Historic Farm Synchronizations With TorchRec KeyedJaggedTensor Pacific Commons Linear Park 徒步 Pacific Commons Linear Park 2026 San Jose Half Marathon 竞赛 目标 Mountain View Shoreline Park 徒步 Mountain View Shoreline Park PyTorch AOTInductor Hybrid Lowering Carquinez Strait Regional Shoreline 徒步 Carquinez Strait Regional Shoreline PyTorch Triton Kernel Transparent Tracing and Compilation 脸庞 PyTorch Fake Export 2026 BRAIN Foundation 10K 竞赛 2026 Wild and Scenic Film Festival 参观 2026 Wild and Scenic Film Festival 系统工程程序员修 Bug FIFA 官方网站的语言 PyTorch Custom Operation 汉堡王 The Mandalorian and Grogu 套餐
Retaining EXIF Metadata In GIMP
Lei Mao · 2026-06-08 · via Lei Mao's Log Book

Introduction

I switched to Ubuntu 26.04 LTS a few days ago and I realized that the EXIF metadata of my photos were lost if I have edited the photos with GIMP. This problem did not exist when I was using GIMP on Ubuntu 24.04 LTS.

In this blog post, I would like to quickly document how to retain EXIF metadata when editing photos with GIMP on Ubuntu 26.04 LTS.

The first thing I checked was the GIMP Preferences. I found that there is an option called “Export Exif metadata by default when available” under the “Export Policies” of “Image Import & Export”. However, this option was already enabled, but the EXIF metadata was still lost after I edited and exported the photos with GIMP.

GIMP Preferences

It turns out that if I do “File -> Export As” to export the edited photo, there will be options for metadata as well. However, by default, the “Save Exif” option is not enabled.

GIMP Export Settings

My preferrence was to export the edited photo by overwritting the existing one using “File -> Overwrite”, so I could never notice this option before. After I enabled the “Save Exif” in the “File -> Export As” options, this enablement is permanent and is also applied to “File -> Overwrite” automatically.