Browsed by
Tag: programming

Resizing and Watermarking images with Python and PIL

Resizing and Watermarking images with Python and PIL

Hi everyone, Today, we will be seeing how to resize and watermark an image using Python and the PIL library. This is very simple once I went through a few issues I experienced myself and a deprecation warning. This code is based on the code from the following page: How to Watermark Images w/Python (PIL) I have recently switched to Ubuntu Linux and am looking for alternative software to those I normally use in Windows. To watermark and resize my…

Read More Read More

Releasing ResultsForm, a .NET 6 Component to display Output and Results log

Releasing ResultsForm, a .NET 6 Component to display Output and Results log

Hi everyone, Today, I am releasing ResultsForm. This is my first .NET 6 project. ResultsForm is a .NET 6 Windows Forms class that you can use to pass a List(Of String) object to show your software output or results in a nice, simple form. It can save its output as a log file and the form can be customized. To use this form, you can simply call it like this in VB.NET This will have the following output: You can…

Read More Read More

Google Drive Uploader & Explorer Tool v1.15.2 has been released!

Google Drive Uploader & Explorer Tool v1.15.2 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.15.2: This version has the following changes: Changed “Uploads Finished” text to “Queue Items Processed!” as the queue can be either upload or download items. Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 7

DLNA Player can now play back Audio CDs!

DLNA Player can now play back Audio CDs!

NOTE: This post was originally posted in Spanish on August 11, 2018. I’m posting the English language translation today. Hi everyone, Today, I’ve took some time to improve my “DLNA Player” software, which is capable of streaming music tracks to DLNA-Enabled players. Up to this point, the software was able to play back local files as well as music files stored on Google Drive. It wasn’t able to play Audio CD tracks. Because I have a bunch of Audio CDs,…

Read More Read More

Google Drive Uploader & Explorer Tool v1.15 has been released!

Google Drive Uploader & Explorer Tool v1.15 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.15: This version has the following changes: Can now add items to download to the Queue. Right click and select “Add to Queue” or press CTRL + Q. Fixed download bug introduced in v1.14. “Send to Trash” added to the right-click menu. Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 2

Google Drive Uploader & Explorer Tool v1.14 has been released!

Google Drive Uploader & Explorer Tool v1.14 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.14: This version has the following changes: Added an Open button to go directly to a Folder ID. Can now copy the folder name by clicking it. Can now stop uploads. Bug fixes. Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 3

rav1e GUI v1.17 released!

rav1e GUI v1.17 released!

Hi everyone, Today, I have released rav1e GUI v1.17: This new version will encode files without producing huge .y4m temporary files. It also disables 2-pass encoding in quantizer mode, which is not supported by rav1e. You can use 2-pass encoding in bitrate mode. You can download this new release on GitHub by clicking here. Enjoy! Post Views: 8

Google Drive Uploader & Explorer Tool v1.13 has been released!

Google Drive Uploader & Explorer Tool v1.13 has been released!

Hi everyone, Today, I have released Google Drive Uploader & Explorer Tool v1.13: This version has the following changes: Fixed the Raw download URL generation. Added nested RAW download URL generation (CTRL + U on folders, or right-click and select the RAW Url option). Added option to generate cURL script (Compatible with MSYS2 and WSL). Updated Google APIs. You can download it on GitHub by clicking here. Enjoy! Post Views: 9

Collaborating in the exhale project – Part 2

Collaborating in the exhale project – Part 2

Hi everyone, Yesterday, I began working on my second collaboration for the exhale xHE-AAC USAC encoder. This time, I worked on adding an argument to print the software version on the console. The above is the main software, printing its information as well as how to use it. There was no option to print the version only. Ideally, I just wanted a way to print something like exhale version 1.0.3 …..so that I can easily parse it as I do…

Read More Read More