[PYTHON] One liner to make Lena images with scipy

I use it occasionally when I want an image for testing, not limited to image processing.

$ python -c "import scipy.misc as misc; misc.imsave('lena.png', misc.lena())"

Recommended Posts

One liner to make Lena images with scipy
One liner to talk somewhere
Easy to make with syntax
One liner that formats JSON to make it easier to see
Learn to colorize monochrome images with Chainer
Fractal to make and play with Python
Add images to iOS photos with Pythonista
One liner webServer (with CGI) in python
Add Gaussian noise to images with python2.7
Memorandum of means when you want to make machine learning with 50 images
Upload images to Google Drive with Python
Try to make your own AWS-SDK with bash
A memorandum to make WebDAV only with nginx
Convert PDFs to images in bulk with Python
Erase image files at once with one liner
One liner to 100% CPU1 core usage in Python
I want to display multiple images with matplotlib.
How to make a dictionary with a hierarchical structure.
I want to make a game with Python
How to display images continuously with matplotlib Note
Try to make a dihedral group with Python
Upload images to S3 with GUI using tkinter
Try to make client FTP fastest with Pythonista
How to make Linux compatible with Japanese keyboard
LPC with Scipy
ICA with Scipy
How to make a 3D geometric figure with one click [From triangular pyramid to fractal]
CORDIC with Scipy
Make one repeating string with a Python regular expression.
Images created with matplotlib shift from dvi to pdf
How to process camera images with Teams or Zoom
Try to make a command standby tool with python
Explain in detail how to make sounds with python
How to do zero-padding in one line with OpenCV
Try to make RESTful API with MVC using Flask 1.0.2
Make a function to describe Japanese fonts with OpenCV
How to make an HTTPS server with Go / Gin
I tried to make an OCR application with PySimpleGUI