Tagged "Python"

Script the Removal of Blank MP3 Files with Python [Repost from my UT Blog]

I have come across the need to programmatically remove MP3 files containing no sound, but of some size.

Read more...

Image Compression with Singular Value Decomposition [Repost from my UT Blog]

I recently worked through a tutorial for compressing images using Singular Value Decomposition, linked here.

Read more...