GithubHelp home page GithubHelp logo

imgs's Introduction

--------------------------------------------------------------
IMGS (v0.12.0)
Image Stitching Tool
--------------------------------------------------------------

A tool for stitching multiple images into one larger image. Currently only
supports BITMAP images.

This is free software.  You may use, modify, and / or redistribute any part
of this software in any fashion.

--------------------------------------------------------------
Command line
--------------------------------------------------------------

Usage:

		imgs infile outfile [-options]

Options:
		
		-?				show help
		-f <value>		set empty space fill value
		-w				warn if images overlap
		-b				draw a border around each individual image
		-c <rgb>		change border color (default is 0x00FF0000 [RED])
		-i				label each image with its index
		-l				label each image with its file title

--------------------------------------------------------------
Script
--------------------------------------------------------------

The 'infile' argument is a script file describing how the images should be
positioned and clipped. Each line is a seperate image. Blank and lines beginning
in '#' are ignored. Negative values are valid for the destination coordinates.

Format:

	<filename> <src-x> <src-y> <src-w> <src-h> <dest-x> <dest-y>

Example:

#	This is a comment and is ignored
image00.bmp		0 0  512  512       0     0
image01.bmp		0 0 1536  256     512     0
image02.bmp		0 0  768  256   -1024     0


A 512 x 512 pixel rectangle from "image00.bmp" is copied starting at position
0,0 to the output at 0,0

A 1536 x 256 pixel rectangle from "image01.bmp" is copied starting at position
0,0 to the output at 512,0

A 768 x 256 pixel rectangle from "image02.bmp" is copied starting at position
0,0 to the output at -1024,0

--------------------------------------------------------------
<EOF>

imgs's People

Contributors

cbpena avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.