Skip to content

076923/python-image-preview

Repository files navigation

Python Image Preview

You can quickly check your Python image data.

Dependencies

Requires one or more of the following libraries:

  • pillow
  • opencv-python
  • matplotlib
  • image
  • plotly + kaleido

Supported Libraries

  • numpy
  • pillow
  • opencv-python
  • matplotlib
  • seaborn
  • plotly + kaleido
  • imageio
  • skimage
  • tensorflow
  • pytorch
  • etc.

How to use

  1. Set a breakpoint on the line of code.

  2. Debug Mode Start

  3. Open Command Palette

    • Windows : Ctrl + P
    • MacOS : ⌘ + P
  4. Run Python Image Preview

    • Enter > Python Image Preview on the command palette.
  5. Click on the variable.


Apply Numpy

Numpy

Apply Pillow

Pillow

Apply OpenCV

OpenCV

Apply Matplotlib

Matplotlib

Apply Matplotlib PyPlot

PyPlot

Apply Seaborn

Seaborn

Apply Plotly

Plotly

Apply ImageIO

ImageIO

Apply Scikit Image

Scikit

Apply Tensorflow

Tensorflow

Apply Pytorch

Pytorch

Authors

Daehee Yun(s076923@gmail.com)