Fabien,<br><br>Like this :<br><br><a href="http://digikam3rdparty.free.fr/Screenshots/bwfilmsimultation.png">http://digikam3rdparty.free.fr/Screenshots/bwfilmsimultation.png</a><br><br>Note: This is Gerhard on the photo (:=)))...
<br><br>Gilles<br><br><div><span class="gmail_quote">2007/12/20, Fabien <<a href="mailto:fabien.ubuntu@gmail.com">fabien.ubuntu@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Gerhard,<br><br>Check the file imageplugins/coreplugin/imageeffect_bwsepia.cpp<br><br>and let me know where you can see in the GUI the options :<br><br>item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa 200X"),
<br>m_previewPixmapFactory, type);<br>    whatsThis2->add( item, i18n("<b>Agfa 200X</b>:"<br>                                "<p>Simulate the Agfa 200X black and<br>white film at 200 ISO</p>"));
<br><br>    ++type;<br>    item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 25"),<br>m_previewPixmapFactory, type);<br>    whatsThis2->add( item, i18n("<b>Agfa Pan 25</b>:"<br>                                "<p>Simulate the Agfa Pan black and
<br>white film at 25 ISO</p>"));<br><br>    ++type;<br>    item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 100"),<br>m_previewPixmapFactory, type);<br>    whatsThis2->add( item, i18n("<b>Agfa Pan 100</b>:"
<br>                                "<p>Simulate the Agfa Pan black and<br>white film at 100 ISO</p>"));<br><br>    ++type;<br>    item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 400"),
<br>m_previewPixmapFactory, type);<br>    whatsThis2->add( item, i18n("<b>Agfa Pan 400</b>:"<br>                                "<p>Simulate the Agfa Pan black and<br>white film at 400 ISO</p>"));
<br><br>...<br><br><br>Gerhard Kulzer wrote:<br>> Am Thursday 20 December 2007 schrieb Fabien:<br>>> Hi,<br>>><br>>> While translating digikam in french, I discovered it's possible to<br>>> choose a film type for sepia b&w conversion.
<br>><br>> Fabien, it's not a film type, it's a tone choosable from the tone tab.<br><br><br>--<br>Fabien<br><br>_______________________________________________<br>Digikam-users mailing list<br><a href="mailto:Digikam-users@kde.org">
Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a><br></blockquote></div><br>