Skip to content

Instantly share code, notes, and snippets.

@sideshowbandana
Created August 2, 2018 13:56
Show Gist options
  • Save sideshowbandana/31be7ea004a2721aa1dd166af6b80634 to your computer and use it in GitHub Desktop.
Save sideshowbandana/31be7ea004a2721aa1dd166af6b80634 to your computer and use it in GitHub Desktop.
def convert(self):
with Image(filename='glyph.pdf') as img:
img.format = 'jpeg'
img.background_color = Color('white')
img.alpha_channel = 'remove'
img.save(filename='/output_dir/glyph.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment