File: cmdlinescripts.rst

package info (click to toggle)
python-imageio 2.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,016 kB
  • sloc: python: 26,044; makefile: 138
file content (17 lines) | stat: -rw-r--r-- 870 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Imageio command line scripts
============================

This page lists the command line scripts provided by imageio. To see
all options for a script, execute it with the ``--help`` option, e.g.
``imageio_download_bin --help``.

* ``imageio_download_bin``: Download binary dependencies for imageio
  plugins to the users application data directory. This script accepts
  the parameter ``--package-dir`` which will download the binaries to
  the directory where imageio is installed. This option is useful when
  freezing an application with imageio. It is supported out-of-the-box
  by PyInstaller version>=3.2.2.
* ``imageio_remove_bin``: Remove binary dependencies of imageio
  plugins from all directories managed by imageio. This script is
  useful when there is a corrupt binary or when the user prefers the
  system binary over the binary provided by imageio.