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

推荐订阅源

博客园_首页
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
D
Docker
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.