After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729091 - [piwigo] Shotwell to piwigo connector uploads jpeg conversion of RAW images but gives .CR2 extensions to them
[piwigo] Shotwell to piwigo connector uploads jpeg conversion of RAW images b...
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: web-sharing
0.25.x
Other Linux
: Normal minor
: 0.26
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-28 09:37 UTC by Nicolas
Modified: 2017-03-07 23:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
piwigo: Add .jpg extension to file name (1.61 KB, patch)
2017-03-07 23:05 UTC, Jens Georg
committed Details | Review

Description Nicolas 2014-04-28 09:37:33 UTC
I am working on RAW+JPEG format with Shotwell, which is happily recognized as one single image by Shotwell. When uploading to my piwigo gallery (http://gdi.photo), the piwigo connector gives .CR2 (Canon Raw) extension to the files, which are actually jpeg images. This does not seem to bother piwigo. I managed to get the batchdowloader extension use this extension as well (in French here : http://fr.piwigo.org/forum/viewtopic.php?id=25164).

The bug is not severe as piwigo deals with it seamlessly. It however poses slight problems to some users who have, after downloading, to change the .CR2 extension  to .JPG for their system to work properly.

Many thanks anyhow for the work !

Nicolas
Comment 1 Borke 2014-10-18 08:29:24 UTC
I can confirm this bug (shotwell 0.20.1).

I am working with RAW+JPEG format. Uploading works fine but the piwigo connector gives the raw-extensions to the files (in my case its .NEF).

When downloading a picture from piwigo, it gets saved with the raw-extension which can be a problem for windows users ...
Comment 2 Jens Georg 2016-10-08 16:16:59 UTC
Seems it takes the filename from the base file instead of the format of the actual upload.
Comment 3 Nicolas 2016-10-10 06:54:23 UTC
Yes ! The bug arises when a RAW file is derawtised using Shotwell. The derawtised jpg file is uploaded whith the name of the raw file.
Comment 4 Jens Georg 2017-03-07 23:05:21 UTC
Created attachment 347434 [details] [review]
piwigo: Add .jpg extension to file name

Otherwise downloading files would cause the original RAW file name
created with JPEG contents

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 5 Jens Georg 2017-03-07 23:05:46 UTC
Attachment 347434 [details] pushed as f24bd7a - piwigo: Add .jpg extension to file name