Jan van den Berg

Merge two images in Windows from right-click context menu

  1. Download and install ImageMagick.
  2. Go to Windows Explorer and type sendtoin the address bar. This will open the following path:

C:\Users\\AppData\Roaming\Microsoft\Windows\SendTo

The files here will be available as actions from the Windows "Send to" right-click context menu. 3. Create a new (text) file in this directory and add the following line:

magick.exe %1 %2 -resize "x%%[fx:max(u.h,v.h)]" +append -set filename: "COMBINED-%%k" "%%[filename:].jpg"

This is essentially what will be executed when you right click two images anywhere and select the action.

This line has extra % this is necessary when you run this script as a batch script. If you want to run it from the commandline by hand, you need to remove the double %% and replace them for single %. 4. Name this file Merge two images side by side.bat or any name you like as long it ends with .bat, so Windows knows to execute it. 5. Done!

And the result looks like this. Click image or here.

tech, tips

⬅ Previous post
Freedom of speech is not freedom of reach

Next post ➡
Thoughts on Clubhouse