[Digikam-users] export to CD

Mikolaj Machowski mikmach at wp.pl
Tue Dec 2 17:56:45 GMT 2008


Dnia Tuesday 02 December 2008, Heidi Jovanovic napisaƂ:
>
> Hoping somebody can help and thanking you in advance - Heidi
>

The simplest method it to use HTML export plugin where you can control
all aspects of HTML gallery. Downside here is that original size images
are mixed in one folder with other files - html pages, thumbnails.

With few additional commands and a bit of messing with theme xsl file
you could fix it also. Of course you need also to burn CD "outside" of
digiKam.

In CD Archiving plugin problem lies in HTML generated by itself. WWW
page just loads image in its full size and browser behaviour is
completely normal.

Do you have program from sources? If so you can modify them to adjust
them for your purposes. In file kipi-plugins/cdarchiving/cdarchiving.cpp
in line 1219 add width=\"800\" as seen below:

stream << "<img class=\"photo\" width=\"800\" src=\"../../../" << 
m_AlbumTitle << "/" << imgName

If you don't have sources you could try to play with Greasemonkey in
Firefox but I don't know it.

m.




More information about the Digikam-users mailing list