hey, never used lightroom, so can't comment on the functionality, but this:
https://github.com/darktable-org/darktable/blob/master/src/develop/lightroom.c#L42 is probably a bug (static char makes the function not thread-safe, and in dt everything is multithreaded, just get rid of the static?). -jo On Thu, Jan 17, 2013 at 8:20 AM, Pascal Obry <[email protected]> wrote: > > I have just push some more support for Lightroom import. > > We have at the moment: > > - crop & flip > - vignette > - grain > - black level > - tags > > If there is needs for other support I'll be glad to work on it but at > the moment I think we have good support for the next release. > > It has been suggested that the Lightroom TSL could be mapped to the > "color zones" iop. Probably possible, we will see if there is demands. > > Anyway, please if you have used Lightroom at some point you report > issues with the current support. > > Thanks. > > -- > Pascal Obry / Magny Les Hameaux (78) > > The best way to travel is by means of imagination > > http://v2p.fr.eu.org > http://www.obry.net > > gpg --keyserver keys.gnupg.net --recv-key F949BD3B > > ------------------------------------------------------------------------------ > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery > and much more. Keep your Java skills current with LearnJavaNow - > 200+ hours of step-by-step video tutorials by Java experts. > SALE $49.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122612 > _______________________________________________ > darktable-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-devel ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
