[Digikam-users] b&w and sepia film selection
Fabien
fabien.ubuntu at gmail.com
Thu Dec 20 11:16:11 GMT 2007
Gerhard,
Check the file imageplugins/coreplugin/imageeffect_bwsepia.cpp
and let me know where you can see in the GUI the options :
item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa 200X"),
m_previewPixmapFactory, type);
whatsThis2->add( item, i18n("<b>Agfa 200X</b>:"
"<p>Simulate the Agfa 200X black and
white film at 200 ISO</p>"));
++type;
item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 25"),
m_previewPixmapFactory, type);
whatsThis2->add( item, i18n("<b>Agfa Pan 25</b>:"
"<p>Simulate the Agfa Pan black and
white film at 25 ISO</p>"));
++type;
item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 100"),
m_previewPixmapFactory, type);
whatsThis2->add( item, i18n("<b>Agfa Pan 100</b>:"
"<p>Simulate the Agfa Pan black and
white film at 100 ISO</p>"));
++type;
item = new ListBoxBWPreviewItem(m_bwFilm, i18n("Agfa Pan 400"),
m_previewPixmapFactory, type);
whatsThis2->add( item, i18n("<b>Agfa Pan 400</b>:"
"<p>Simulate the Agfa Pan black and
white film at 400 ISO</p>"));
...
Gerhard Kulzer wrote:
> Am Thursday 20 December 2007 schrieb Fabien:
>> Hi,
>>
>> While translating digikam in french, I discovered it's possible to
>> choose a film type for sepia b&w conversion.
>
> Fabien, it's not a film type, it's a tone choosable from the tone tab.
--
Fabien
More information about the Digikam-users
mailing list