Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/076923/python-image-preview

VSCode Extension : Python Image Preview
https://github.com/076923/python-image-preview

image-processing imageio matplotlib numpy opencv opencv-python pil preview python pytorch seaborn skimage sklearn-image tensorflow vscode

Last synced: about 3 hours ago
JSON representation

VSCode Extension : Python Image Preview

Awesome Lists containing this project

README

        

# 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](images/Numpy.gif)

### Apply Pillow

![Pillow](images/Pillow.gif)

### Apply OpenCV

![OpenCV](images/OpenCV.gif)

### Apply Matplotlib

![Matplotlib](images/Matplotlib.gif)

### Apply Matplotlib PyPlot

![PyPlot](images/Figure.gif)

### Apply Seaborn

![Seaborn](images/Seaborn.gif)

### Apply Plotly

![Plotly](images/Plotly.gif)

### Apply ImageIO

![ImageIO](images/ImageIO.gif)

### Apply Scikit Image

![Scikit](images/Scikit-Image.gif)

### Apply Tensorflow

![Tensorflow](images/Tensorflow.gif)

### Apply Pytorch

![Pytorch](images/Pytorch.gif)

## Authors

Daehee Yun([email protected])