> I seems the code is needed to get ufraw-batch to save the image file when > given a ID file as input. The patch attached to this message fix that. It > sets createID to no_id in ufraw-batch since I don't think ufraw-batch should > touch the ID file.
The ID file is also used to log the conversion process. If, for example, some command-line options are given, I think it should be recorded in the ID file. On the other hand, re-writing the ID file would break a Makefile mechanism. My original plan was to implement some kind of 'make' option in ufraw-batch, that would only process ID file with CreateID==only and change it to CreateID=also. Maybe it is time to implement this 'make' option. Users that want that the conversion would always be applied in batch could use: alias ufraw='ufraw --create-id=only' This way they will never have to wait for ufraw to finish. Udi ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
