Bug 328632 - "Save change" create a new file with filename_v1.jpg
Summary: "Save change" create a new file with filename_v1.jpg
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: ImageEditor-Save (show other bugs)
Version: 3.5.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 16:25 UTC by Mengz You
Modified: 2022-02-02 16:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mengz You 2013-12-10 16:25:35 UTC
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.
Comment 1 caulier.gilles 2013-12-10 16:33:43 UTC
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
Comment 2 Mengz You 2013-12-12 15:20:27 UTC
(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.