Quick Question about Slideshow Feature

Gilles Caulier caulier.gilles at gmail.com
Sat Dec 16 12:23:35 GMT 2023


For the video, it's more complicated, but all is delegate to the video
widget used at compilation time. Typically QtAV with Qt5 and
QtMultimedia with Qt6

Codes are there :

QtAV: https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/video/player/qtav/slidevideo.cpp?ref_type=heads
QtMM : https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/video/player/qtmm/slidevideo.cpp?ref_type=heads

If you take a look, there is no background color hardcoded, as it's
delegate to ffmpeg in background.

Note Qt5::QtAV is at end of life. The future is Qt6.

Gilles Caulier

Le sam. 16 déc. 2023 à 13:18, Gilles Caulier
<caulier.gilles at gmail.com> a écrit :
>
> At end of slide :
>
> https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/view/slideshow/widgets/slideend.cpp?ref_type=heads#L44
>
> Gilles Caulier
>
> Le sam. 16 déc. 2023 à 13:17, Gilles Caulier
> <caulier.gilles at gmail.com> a écrit :
> >
> > If an error occurs :
> >
> > https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/view/slideshow/widgets/slideerror.cpp?ref_type=heads#L57
> >
> > Gilles Caulier
> >
> > Le sam. 16 déc. 2023 à 13:16, Gilles Caulier
> > <caulier.gilles at gmail.com> a écrit :
> > >
> > > For the image rendering, background is hardcoded here :
> > >
> > > https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/view/slideshow/widgets/slideimage.cpp?ref_type=heads#L192
> > >
> > > Gilles Caulier
> > >
> > > Le sam. 16 déc. 2023 à 12:39, jdd at dodin.org <jdd at dodin.org> a écrit :
> > > >
> > > > Le 16/12/2023 à 12:12, Gilles Caulier a écrit :
> > > > > Hi,
> > > > >
> > > > > no the background color is hard coded to black and cannot be changed.
> > > > >
> > > >
> > > > just a hacker's question: is it coded as hex number (like FFFFFFFF)? I
> > > > mean something that could be changed with a simple editor in the code :-)
> > > >
> > > > thanks
> > > > jdd
> > > >
> > > > --
> > > > https://artdagio.fr
> > > >


More information about the Digikam-users mailing list