|
|
@@ -103,7 +103,7 @@ class DetailPicGet(DetailBase):
|
|
|
pp_jpg_1 = pp_jpg_1.resize(value=pp_bg.width/1.1)
|
|
|
pp_png_1 = pp_png_1.resize(value=pp_bg.width /1.1)
|
|
|
|
|
|
- if self.check_shoe_is_right_by_pixel(im=pp_png_1.im)==False:
|
|
|
+ if self.check_shoe_is_right_by_pixel(im=pp_png_1.im)==True:
|
|
|
pp_jpg_1 = pp_jpg_1.transpose()
|
|
|
pp_png_1 = pp_png_1.transpose()
|
|
|
|
|
|
@@ -157,7 +157,7 @@ class DetailPicGet(DetailBase):
|
|
|
gengao = self.get_text_value("跟高")
|
|
|
|
|
|
pp_bg.get_text_image_advanced(
|
|
|
- value=(264, 681),
|
|
|
+ value=(264, 680),
|
|
|
font=font,
|
|
|
text=xiemian,
|
|
|
align="left",
|
|
|
@@ -169,7 +169,7 @@ class DetailPicGet(DetailBase):
|
|
|
max_len_one_line=6
|
|
|
)
|
|
|
pp_bg.get_text_image_advanced(
|
|
|
- value=(611, 681),
|
|
|
+ value=(611, 680),
|
|
|
font=font,
|
|
|
text=neili,
|
|
|
align="left",
|
|
|
@@ -181,7 +181,7 @@ class DetailPicGet(DetailBase):
|
|
|
max_len_one_line=6
|
|
|
)
|
|
|
pp_bg.get_text_image_advanced(
|
|
|
- value=(611, 760),
|
|
|
+ value=(611, 758),
|
|
|
font=font,
|
|
|
text=xiedi,
|
|
|
align="left",
|
|
|
@@ -193,7 +193,7 @@ class DetailPicGet(DetailBase):
|
|
|
max_len_one_line=6
|
|
|
)
|
|
|
pp_bg.get_text_image_advanced(
|
|
|
- value=(264, 760),
|
|
|
+ value=(264, 758),
|
|
|
font=font,
|
|
|
text=xiedian,
|
|
|
align="left",
|