Classic Clock

Clock based on the real photo

Description

Clock created from the real clock photo.

Anatomy

Source image is photoshopped to split the face and the hands images.

The source image from the web:

Photoshopped face without hands and separated hands images:

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="classic_clock_face"
    useSystemTime="true">

    <hand
        image="classic_clock_hand_hour"
        axisFacePoint="322:564"
        axisPoint="22:90"
        shadow="true"
        shadowBlurRadius="5"
        shadowColor="0x40000000"
        type="Hour"/>

    <hand
        image="classic_clock_hand_minute"
        axisFacePoint="322:564"
        axisPoint="13:137"
        shadow="true"
        shadowBlurRadius="8"
        shadowColor="0x40000000"
        type="Minute"/>

</TrueAnalogClock>

Manual code

No.