GNOME Bugzilla – Bug 321298
Export photos to zip file for online printing
Last modified: 2007-12-11 17:04:09 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.
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?
Created attachment 67264 [details] [review] Export folder as a zip file Here's a small patch to support this. comments are welcome
Need to handle the problem of duplicate names; see bug #335935
This patch fails with the latest CVS.
Created attachment 75488 [details] [review] Updated patch file to work with latest CVS
Created attachment 98488 [details] zipexport.tar.bz2 I've created a simple extension which creates a zip file with the selected pictures, eventually resized.
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
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...
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
committed, published