@@ -160,7 +160,7 @@ def gifwebp(input_image: str, output_image: str, option: str,
160
160
# ****************** webpmux *********************** #
161
161
162
162
def webpmux_add (input_image : str , output_image : str , icc_profile : str ,
163
- option : str , logging : str = "-v " , bin_path : str = None ) -> Dict :
163
+ option : str , logging : str = "" , bin_path : str = None ) -> Dict :
164
164
"""
165
165
Add ICC profile,XMP metadata and EXIF metadata #
166
166
@@ -186,7 +186,7 @@ def webpmux_add(input_image: str, output_image: str, icc_profile: str,
186
186
187
187
188
188
def webpmux_extract (input_image : str , icc_profile : str , option : str ,
189
- logging : str = "-v " , bin_path : str = None ) -> Dict :
189
+ logging : str = "" , bin_path : str = None ) -> Dict :
190
190
"""
191
191
Extract ICC profile,XMP metadata and EXIF metadata
192
192
@@ -209,7 +209,7 @@ def webpmux_extract(input_image: str, icc_profile: str, option: str,
209
209
210
210
211
211
def webpmux_strip (input_image : str , output_image : str , option : str ,
212
- logging : str = "-v " , bin_path : str = None ) -> Dict :
212
+ logging : str = "" , bin_path : str = None ) -> Dict :
213
213
"""
214
214
Strip ICC profile,XMP metadata and EXIF metadata
215
215
@@ -232,7 +232,7 @@ def webpmux_strip(input_image: str, output_image: str, option: str,
232
232
233
233
234
234
def webpmux_animate (input_images : List , output_image : str , loop : str ,
235
- bgcolor : str , logging : str = "-v " , bin_path : str = None ) -> Dict :
235
+ bgcolor : str , logging : str = "" , bin_path : str = None ) -> Dict :
236
236
"""
237
237
Create an animated WebP file from Webp images
238
238
@@ -262,7 +262,7 @@ def webpmux_animate(input_images: List, output_image: str, loop: str,
262
262
263
263
264
264
def webpmux_getframe (input_image : str , output_image : str ,
265
- frame_number : str , logging : str = "-v " , bin_path : str = None ) -> Dict :
265
+ frame_number : str , logging : str = "" , bin_path : str = None ) -> Dict :
266
266
"""
267
267
Get the a frame from an animated WebP file
268
268
0 commit comments