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 321298 - Export photos to zip file for online printing
Export photos to zip file for online printing
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
0.1.3
Other All
: Normal enhancement
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-12 15:44 UTC by Phil Howard
Modified: 2007-12-11 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Export folder as a zip file (5.36 KB, patch)
2006-06-13 15:26 UTC, Stephane Delcroix
none Details | Review
Updated patch file to work with latest CVS (4.94 KB, patch)
2006-10-27 04:43 UTC, Tim Howard
none Details | Review
zipexport.tar.bz2 (3.62 KB, application/octet-stream)
2007-11-03 21:14 UTC, Maxxer
  Details
zipexport.tar.bz2 (3.68 KB, application/x-bzip)
2007-12-10 19:54 UTC, Maxxer
  Details
zipexport.tar.bz2 (3.73 KB, application/x-bzip)
2007-12-10 23:12 UTC, Maxxer
  Details

Description Phil Howard 2005-11-12 15:44:00 UTC
Many of the online photo developers allow you to upload a zip file containing
jpegs rather than using the laborious and painful "select each photo
individually" web page.  If f-spot had the ability to export a bunch of images
into a zip file people could easily use the photo printer they like best and
f-spot wouldn't have to worry about the mess of integrating online photo printers.
Comment 1 Gabriel Burt 2005-12-03 20:21:08 UTC
This seems like a good option to support.  Perhaps it could fit into the Export
Folder dialog, where we could add a checkbox to zip the results?
Comment 2 Stephane Delcroix 2006-06-13 15:26:35 UTC
Created attachment 67264 [details] [review]
Export folder as a zip file

Here's a small patch to support this.

comments are welcome
Comment 3 Stephane Delcroix 2006-06-15 08:58:38 UTC
Need to handle the problem of duplicate names; see bug #335935
Comment 4 Tim Howard 2006-10-27 04:18:00 UTC
This patch fails with the latest CVS.
Comment 5 Tim Howard 2006-10-27 04:43:25 UTC
Created attachment 75488 [details] [review]
Updated patch file to work with latest CVS
Comment 6 Maxxer 2007-11-03 21:14:06 UTC
Created attachment 98488 [details]
zipexport.tar.bz2

I've created a simple extension which creates a zip file with the selected pictures, eventually resized.
Comment 7 Stephane Delcroix 2007-12-10 12:02:04 UTC
some comments:
- pushed in svn
- pushed in addins.f-spot.org

- Please fix the dialog to be HIG compliant
- It doesn't export the CurrentVersion but only the original one. All the other exporters export the CurrentVersion
Comment 8 Maxxer 2007-12-10 19:54:58 UTC
Created attachment 100711 [details]
zipexport.tar.bz2

improved version of the zipexport. now uses Default photo instead of Current. The glade has been improved. Yet not perfect I believe...
Comment 9 Maxxer 2007-12-10 23:12:56 UTC
Created attachment 100724 [details]
zipexport.tar.bz2

another step ahead. i think it's almost fine, except the fact that i couldn't align the scale check to the right :(
bumped to v0.2
Comment 10 Stephane Delcroix 2007-12-11 17:04:09 UTC
committed, published