[][src]Function id3_image::remove_images

pub fn remove_images(music_filename: &Path) -> Result<(), Box<dyn Error>>

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.