We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b9917 commit 12efa6eCopy full SHA for 12efa6e
docs/contributor_guide/contributing-to-docs.md
@@ -34,7 +34,7 @@ def resize_image(input_path, output_path=None, width=720, quality=80):
34
output_path = f"{base}_resized.jpg"
35
36
img.save(output_path, "JPEG", quality=quality, optimize=True)
37
- print(f"Saved: {output_path} ({width}×{height}, quality={quality}%)")
+ print(f"Saved: {output_path} (quality={quality}%)")
38
39
if __name__ == "__main__":
40
if len(sys.argv) < 2:
0 commit comments