https://bugs.kde.org/show_bug.cgi?id=442825
--- Comment #2 from Duns <[email protected]> --- only faces names, or rather the faces coords, so that would be possible convert them to html image-map. Image-map is a standard to add info for specific region of image in a website page. The code is like the following: <img src="workplace.jpg" alt="Workplace" usemap="#workmap"> <map name="workmap"> <area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm"> <area shape="rect" coords="290,172,333,250" alt="Phone" href="phone.htm"> <area shape="circle" coords="337,300,44" alt="Coffee" href="coffee.htm"> </map> as you can see on many wewbsites about html code, such as https://www.w3schools.com/html/html_images_imagemap.asp. Here you can find something that explain what I wish: https://mamclain.com/?page=Blog_Programing_Python_Picasa_XMP_Face_Extractor But in my case I don't have Picasa but Digikam. Let me know if it is clear, now. Thjank you! -- You are receiving this mail because: You are watching all bug changes.
