b&w and sepia film selection

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

b&w and sepia film selection

Fabien-5
Hi,

While translating digikam in french, I discovered it's possible to
choose a film type for sepia b&w conversion.

But, I can't find it anywhere in the black and white converter...

How is it supposed to be displayed ?
Can someone check and give a screenshot of a working film selection ?

Thanks.

--
Fabien

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Gerhard Kulzer-3
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.

Gerhard

> But, I can't find it anywhere in the black and white converter...
>
> How is it supposed to be displayed ?
> Can someone check and give a screenshot of a working film selection ?
>
> Thanks.
>
> --
> Fabien
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users


--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Fabien-5
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

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Gilles Caulier-4
Fabien,

Like this :

http://digikam3rdparty.free.fr/Screenshots/bwfilmsimultation.png

Note: This is Gerhard on the photo (:=)))...

Gilles

2007/12/20, Fabien <[hidden email]>:
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

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Fabien-5
Hi Gilles,

Gilles Caulier wrote:
> Fabien,
>
> Like this :
>
> http://digikam3rdparty.free.fr/Screenshots/bwfilmsimultation.png
>
> Note: This is Gerhard on the photo (:=)))...

Yes, thanks :)
The problem only occurs when gui is in french :
tab are wider because of french text and you get something like that by
default :
http://fabien.ubuntu.googlepages.com/bw_convert.jpg

You can't see the film tab on the left, but even if you click on the
arrow, it won't show anything...
You have to increase the sidebar size to see it.
Is it a bug ?

BTW, happy christmas to everybody !

--
Fabien

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Gerhard Kulzer-3
Am Thursday 20 December 2007 schrieb Fabien:

> Hi Gilles,
>
> Gilles Caulier wrote:
> > Fabien,
> >
> > Like this :
> >
> > http://digikam3rdparty.free.fr/Screenshots/bwfilmsimultation.png
> >
> > Note: This is Gerhard on the photo (:=)))...
>
> Yes, thanks :)
> The problem only occurs when gui is in french :
> tab are wider because of french text and you get something like that by
> default :
> http://fabien.ubuntu.googlepages.com/bw_convert.jpg
>
> You can't see the film tab on the left, but even if you click on the
> arrow, it won't show anything...
Why don't you reduce the French text to 'Filtres' without 'objective', that
should do the trick. Or is it somebody else translating the i18n stuff?

Gerhard

> You have to increase the sidebar size to see it.
> Is it a bug ?
>
> BTW, happy christmas to everybody !
>
> --
> Fabien
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users


--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: b&w and sepia film selection

Fabien-5
Gerhard Kulzer wrote:
> Am Thursday 20 December 2007 schrieb Fabien:
>> You can't see the film tab on the left, but even if you click on the
>> arrow, it won't show anything...
> Why don't you reduce the French text to 'Filtres' without 'objective', that
> should do the trick. Or is it somebody else translating the i18n stuff?
>

You're right, it's the easier way to fix the problem.
I just did it...

--
Fabien

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users