Skip to content

stueja/convertpptx2grayscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

convertpptx2grayscale

Converts images in a Microsoft Powerpoint pptx to grayscale

Shell script.

Uses unzip to extract the contents of the pptx file to a temporary folder. Uses imagemagick's mogrify to convert images to grayscale. Uses zip to compress the files into a new pptx file.