[Solved]How Image Stitching

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
kilimra
Posts: 7
Joined: 30 Dec 2015, 16:47

[Solved]How Image Stitching

30 Dec 2015, 17:03

I searched the forum, but did not find the use Gdip mosaic picture approach.
I want four 50 * 50 pictures, spliced into a 100 * 100 images, ask who can help me?

Find the relevant code in the "Gdip. Ahk" the example. Code at the bottom.

https://autohotkey.com/board/topic/2944 ... 45-by-tic/
Last edited by kilimra on 30 Dec 2015, 22:39, edited 1 time in total.
User avatar
JoeWinograd
Posts: 2198
Joined: 10 Feb 2014, 20:00
Location: U.S. Central Time Zone

Re: How Image Stitching

30 Dec 2015, 17:33

I'm not a Gdip user, so can't help you with that (I suspect a Gdip expert will jump in shortly). But if you're interested in another approach, download and install the excellent (and free!) GraphicsMagick:
http://www.graphicsmagick.org/

Then put this call in your AHK script:

Code: Select all

RunWait,gm montage 1.png 2.png 3.png 4.png -tile 2x2 -geometry 100x100 test.png
Regards, Joe
kilimra
Posts: 7
Joined: 30 Dec 2015, 16:47

Re: How Image Stitching

30 Dec 2015, 18:15

thank you. This is a very useful software.
But I hope I can use AHK to complete it, I believe it is not difficult.
Prior to this, GraphicsMagick is a good choice. thank you for your help.
User avatar
JoeWinograd
Posts: 2198
Joined: 10 Feb 2014, 20:00
Location: U.S. Central Time Zone

Re: How Image Stitching

30 Dec 2015, 18:23

You're welcome. Good luck on the project!
kilimra
Posts: 7
Joined: 30 Dec 2015, 16:47

Re: How Image Stitching

30 Dec 2015, 22:36

Code: Select all

http://www.autohotkey.net/~tic/Gdip.Tutorial.6-Image.Editing.ahk

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 248 guests