In Digikam/Image Editor, after change the image, click the "Save change", will create a new file with name filename_v1.jpg. As the document: File → Save (Ctrl+S) Save the current image if it has been modified. So, this function should be overwrite the original files. Reproducible: Always Steps to Reproduce: 1. Open a image in Image Editor, change something to image; 2. Click the button "Save change" or <File> -> Save Change 3. Actual Results: The changed image save in a new file <filename>_v1.jpg, did not overwrite the original file. Expected Results: Overwrite the original file. $zypper if digikam Loading repository data... Reading installed packages... Information for package digikam: -------------------------------- Repository: openSUSE-Oss Name: digikam Version: 3.5.0-4.1 Arch: x86_64 Vendor: openSUSE Installed: Yes Status: up-to-date Installed Size: 26.8 MiB Summary: A KDE Photo Manager Description: digiKam is a simple digital photo management application for KDE, which allows you to import and organize your digital photos easily. The photos can be organized in albums, which can be sorted chronologically, by directory layout, or by custom collections. An easy-to-use interface that enables you to connect to your camera and preview, download, or delete your images, is provided.
This is the standard behavior of image editor if Image Versioning feature is enabled. If this one is disabled, File/Save Change options disappear, and is replaced by File/Save which overwrite original image. Gilles Caulier
(In reply to comment #1) > This is the standard behavior of image editor if Image Versioning feature is > enabled. > > If this one is disabled, File/Save Change options disappear, and is replaced > by File/Save which overwrite original image. > > Gilles Caulier HI, Gilles Thanks for your comment, so it's not a bug, it's a function.