|
@@ -2,6 +2,11 @@
|
|
|
|
|
|
!!use with - <img <<$set_imgh>> src="<<func(''$face_image'')>>">
|
|
|
|
|
|
+!! type = 1: custom image
|
|
|
+!! type = 2: 3D generated image
|
|
|
+!! type = 0: picture image
|
|
|
+
|
|
|
+
|
|
|
if face_style['type'] = 1:
|
|
|
if $face_style['avatar_path'] = '': $face_style['avatar_path'] = 'images/avatar.jpg'
|
|
|
$result = $face_style['avatar_path']
|
|
@@ -296,6 +301,4 @@ else
|
|
|
end
|
|
|
|
|
|
|
|
|
-
|
|
|
--- $face_image ---------------------------------
|
|
|
-
|