|
|
@@ -60,8 +60,8 @@ class OnePicTest():
|
|
|
remove_pic_ins.get_image_cut(file_path=image_path, out_file_path=cut_image_path)
|
|
|
|
|
|
# ==============生成主图====================
|
|
|
- main_out_path = r"{}\temp\pic_test\{}-主图{}".format(
|
|
|
- os.getcwd(), os.path.splitext(file)[0], settings.OUT_PIC_MODE
|
|
|
+ main_out_path = r"{}\temp\pic_test\{}-主图.jpg".format(
|
|
|
+ os.getcwd(), os.path.splitext(file)[0],
|
|
|
)
|
|
|
print("image_path", image_path)
|
|
|
print("cut_image_path", cut_image_path)
|