Update a bunch of images at once and export them as separate images using GIMP

Scaling of images can be achieved without using any scripts/extensions, but to export all images as separate image files, we need to install a plugin in GIMP named ‘Export Layers’. You can download this plugin from the following link, https://kamilburda.github.io/gimp-export-layers This plugin is available for Windows, Linux, and macOS. For Windows, it can be installed … <a href="https://technoworkshop.in/update-a-bunch-of-images-at-once-and-export-them-as-separate-images-using-gimp/" class="more-link">Continue reading<span class="screen-reader-text"> "Update a bunch of images at once and export them as separate images using GIMP"</span></a>

Read more →

Setup and use a virtual python environment in Ubuntu

With virtualenvwrapper (user-friendly wrappers for the functionality of virtualenv) Install virtualenv Install virtualenv with sudo apt-get install virtualenv (for Ubuntu 14.04 (trusty) install python-virtualenv) Install virtualenvwrapper The reason we are also installing virtualenvwrapper is that it offers nice and simple commands to manage your virtual environments. There are two ways to install virtualenvwrapper: As Ubuntu package (from Ubuntu 16.04) Run sudo … <a href="https://technoworkshop.in/setup-and-use-a-virtual-python-environment-in-ubuntu/" class="more-link">Continue reading<span class="screen-reader-text"> "Setup and use a virtual python environment in Ubuntu"</span></a>

Read more →