Function id3_image::remove_images[][src]

pub fn remove_images(music_filename: &Path) -> Result<()>

Remove all embedded images from the given music_filename. In effect, this removes all tags of type “APIC”.

If the mp3 file’s ID3 tags can’t be parsed, the error will be propagated upwards.