* txemi <[EMAIL PROTECTED]> [2004-10-04 13:30]: > Sometimes I add some photo to big collection and then I want to > update the album. But bins recalculate the entire big album, when it > could just make thunbnails for new photos, not all of them. This > take a long time to resize all photos again.
Actually, bins does not recalculate the entire album - it won't create new thunbnails but use the existing ones if they are available. However, as Jason Wright pointed out in https://www.email-lists.org/pipermail/bins/2005-June/000247.html bins creates the HTML every time even if this is not neccesary: | One thing that I've been meaning to patch in, but have never gotten | around to is to add a command line option to bins to disable updating | the image html pages if the corresponding image or .xml file has not | changed since the last run. With my current 3026 source images, album | generation speed would be vastly improved. Also, the rsync onto my | webserver over my slow DSL line would also be faster since I wouldn't | have to upload the .html files because the date stamp changed. It | should be simple enough to add based on file mtime, but after working | all day, I'd rather not be in front of a [EMAIL PROTECTED] :) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

