Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 402 Bytes

install_instructions_imageio_freeimage.md

File metadata and controls

8 lines (7 loc) · 402 Bytes

Installation Instructions for the Freeimage Plugin of Imageio

  • Install the freeimage plugin for imageio
    • Activate your conda environment (e.g. conda activate <ssr_conda_environment_name>)
    • Start an interactive python session (i.e. by typing python)
    • Download and install the freeimage plugin
      • >>> import imageio
      • >>> imageio.plugins.freeimage.download()