Op vrijdag 24 februari 2006 10:09, schreef Gilles Caulier: > Le Vendredi 24 Février 2006 10:04, Tom Albers a écrit : > > Op vrijdag 24 februari 2006 02:19, schreef Achim Bohnet: > > > > Looks like we're missing an app. Thanks! > > > > > > Yeah, digikam only recommends dcraw > > > > Hmm, seeing a big black frame when trying to see a raw image without > > dcraw is bad imho. If this is a recommend, I suggest we try to detect > > precense of dcraw at runtime and show a messagebox. Gilles, can you add > > that check? > > > > Toma > > sure. We have two ways for that : > > - using .configure before to compile (more simple and don't increase > startup time) > - A hardcoded test in digikam (increase a little startup time)
Or when executing the dcraw command catch the output? Just like the sendimages kipi plugin does? Toma