From Photo
Clock based on the real photo
Description
Clock created from the real wrist watch photo.
Anatomy
Source image is photoshopped to delete the hands. Hands are created in vector. The second hand is added.
The source image from Amazon:
Photoshopped image without hands and new hands, created in vector editor:
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="from_photo_face"
useSystemTime="true">
<hand
image="from_photo_hand_hour"
axisFacePoint="418:747"
axisPoint="25:194"
shadow="true"
shadowBlurRadius="5"
shadowOffset="0:5"
type="Hour"/>
<hand
image="from_photo_hand_minute"
axisFacePoint="418:747"
axisPoint="18:303"
shadow="true"
shadowBlurRadius="5"
shadowOffset="0:5"
type="Minute"/>
<hand
image="from_photo_hand_second"
axisFacePoint="418:747"
axisPoint="16:319"
shadow="true"
shadowBlurRadius="5"
shadowOffset="0:5"
type="Second"/>
</TrueAnalogClock>
Manual code
No.