gifcomb.doc

来自「dll处理软件」· DOC 代码 · 共 33 行

DOC
33
字号
			GifComb
			-------

Program to combine 2 GIF images of exactly same size, into one. The color maps
are merged and the result should not exceed 256 colors. A boolean mask GIF
file can be used to set which pixel from two images to use each location.
Otherwise any background color from first image is converted to second image
color at that point. Only first image of each file is combined, which again
all file first images must be of exactly the same size.

Usage:
------

Usage: GifComb [-m MaskGIFFile] [-h] GifFiles

  Two GIF files must be specified although the mask GIF file is optional.

Memory required:
----------------

Line.


Options:
--------

1. [-m MaskGIFFile] : the MaskGIFfile can be regular GIF file whose first
   image has same dimensions as the combined images. Any non background color
   in it will select Image 1 Pixel to output, otherwise Image2 pixel will be
   selected. Usually this image will be boolean (two colors only) but does
   not have to be!
2. [-h] : print one command line help, similar to Usage above.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?