Skip to main content

Easy way to change image from 4:3 to 16:9 using Ms. Paint while respecting existing image aspect ratio

Assumptions:

  1. Height stays the same (only the width changes)
  2. Keep original image aspect ratio and keep the image in the middle of the new size image
  3. Add black boxes on the 2 sides to respect the exiting image perspective

Calculation for the new 16:9 size

  1. New width = 16 / 9 multiply by the height (note: we are trying to keep same height)
  2. E.g.: original size is 3840 x 2880 (4:3)
    New width = 16 / 9 * 2880 = 5120
    New image size = 5120 x 2880 (16:9)

Instruction using Paint to add 2 black bars on the side of the image

  1. Goal: increase image size from 3840 x 2880 to 5120 x 2880
  2. First increase image width to 4480 (File -> Image Properties)
  3. Rotate 180 degrees <- this is the main trick :)
  4. Increase width to 5120
  5. Use Fill tool to fill the 2 sizes with Black (or whichever color you like)
  6. Rotate 180 degrees to get back to the original format
----------------------
Just another note for my future reference :).

Comments

Popular posts from this blog

Checked! Task Pro - Blackberry Instruction

  Checked Instruction I just started working on this page, please send me comments and suggestions that could improve this site. Please note that if you use the Android app, the instruction is similar to the BlackBerry app below. I will create a separate instruction page for Android app soon. Contents 1  Initial Set-up after Installation 2  SMART task system that combine the best of GTD (Getting Things Done) and MYN  3  Smart Add - natural language date parser 4  ***NEW*** Shortcuts 5  Back-up and Restore - How to Transfer data from one device to another 6  BES - Work Space - Add a public app from the BlackBerry World storefront 7  Settings options that will definitely increase your productivity 8  Automatically add email as task 9  Tips on improving performance 10  Add a category 11  Delete a category 12  Keep categories permanently 13  Add sub-task 14  Automatic Synchronize from remember 15  Sort opti...

Checked Task Pro Instruction (BlackBerry 10)

  Checked Instruction I just started working on this page, please send me comments and suggestions that could improve this site. Please note that if you use the Android app, the instruction is similar to the BlackBerry app below. I will create a separate instruction page for Android app soon. Contents 1  Initial Set-up after Installation 2  SMART task system that combine the best of GTD (Getting Things Done) and MYN  3  Smart Add - natural language date parser 4  ***NEW*** Shortcuts 5  Back-up and Restore - How to Transfer data from one device to another 6  BES - Work Space - Add a public app from the BlackBerry World storefront 7  Settings options that will definitely increase your productivity 8  Automatically add email as task 9  Tips on improving performance 10  Add a category 11  Delete a category 12  Keep categories permanently 13  Add sub-task 14  Automatic Synchronize from remember 15  Sort opti...

Virtual KVM (Mouse and Keyboard) for Windows + Mac --> Barrier

I use Windows and Mac at the same time... with multiple monitors: 1 on Mac and 2 on Windows. Barrier is one of many applications that allows seamless transition using the same mouse and keyboard on both devices without clicking on a hardware button. It's like you are using the same system.  As per normal pre-caution, please make sure the application you are downloading are safe to use (no guaranty on my end). Configuration Application used: Barrier Network: wifi When Barrier server is setup on Windows and Client is on Mac, the mouse stutters on the Mac System even though I have very fast Wifi Mesh. The best setup is Barrier Server on Mac, and Barrier Client on Windows. SSL Connection problem  You might get into connection issue on initial setup due to SSL not setting up correctly.  [2021-11-03T14:45:49] ERROR: ssl certificate doesn't exist: C:\Users...\AppData\Local\Barrier\SSL\Barrier.pem There are 2 options to fix this: 1. Disable SSL (not recommended) 2. Creat certific...