Resize large cover art images in .ogg audio files. Depends on mutagen and PIL/Pillow.
./oggcoverresize.py test.ogg
fd -e ogg -x ./oggcoverresize.py
Default parameters can be modified in the script:
SIZE = (256, 256) # Target size
SIZE_MIN = (512, 512) # Don't touch images smaller than this
JPEG_QUALITY = 90