How To Use Python Pillow To Implement Image Zoom Operation, Batch Scale Image Size, And Create Image Thumbnail

This article will tell you how to use the Python pillow module Image class’s method resize() to implement a single image zoom operation and how to use it to batch modify multiple images size. It will also tell you how to create an image thumbnail using the pillow Image class’s method thumbnail().

How To Use Python Pillow To Implement Image Zoom Operation, Batch Scale Image Size, And Create Image Thumbnail Read More »

How To Fix The Error waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 13083 (unattended-upgr)

Recently, I run the command $ sudo apt update in my Ubuntu virtual machine, it runs successfully. But after that, when I run the command $ sudo apt upgrade, it show me the warning message Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 12827 (unattended-upgr). This article will tell

How To Fix The Error waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 13083 (unattended-upgr) Read More »

How To Fix Failed To Create The Hard Disk Storage Windows10.vdi When Create A New Windows Guest Virtualbox Virtual Machine

This article will tell you how to fix the error failed to create the hard disk storage D:\Work\VirtualBox-VM\Windows10\Windows10.vdi when you create a new guest virtual machine in VirtualBox.

How To Fix Failed To Create The Hard Disk Storage Windows10.vdi When Create A New Windows Guest Virtualbox Virtual Machine Read More »

How To Change The Virtualbox Guest macOS Virtual Machine Screen Resolution

After installing macOS on VirtualBox virtual machine, when I start it, I found the screen resolution is too low to display the whole screen bigger. So I need to change the macOS virtual machine’s screen resolution to make the screen fully fill the virtual machine’s window. This article will tell you how to do it.

How To Change The Virtualbox Guest macOS Virtual Machine Screen Resolution Read More »

How To Fix The Error Unable To Insert The Virtual Optical Disk VBoxGuestAdditions.iso Into The Machine

After installing the virtual machine in VirtualBox, I want to change the virtual machine’s screen resolution in the virtual machine. So I click the VirtualBox Manager or Virtual Machine’s Devices —> Insert Guest Additions CD image… menu item. But it shows the error message like Unable to insert the virtual optical disk C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into

How To Fix The Error Unable To Insert The Virtual Optical Disk VBoxGuestAdditions.iso Into The Machine Read More »