mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
…
Image Management Scripts
Scripts for managing, processing, and validating images in the book.
Image Processing
compress_images.py- Compress images to reduce file sizeconvert_svg_to_png.py- Convert SVG files to PNG formatremove_bg.py- Remove backgrounds from images
Image Management
manage_images.py- Main image management utilitydownload_external_images.py- Download external imagesmanage_external_images.py- Manage external image referencesrename_auto_images.py- Rename automatically generated imagesrename_downloaded_images.py- Rename downloaded images
Validation
validate_image_references.py- Ensure all image references are validanalyze_image_sizes.py- Analyze image sizes and suggest optimizations