logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

make_db - Create the image database needed by pixelize

Author

       Paul Wilkins <pwilkins@lashwhip.com>

make_db 2.0.0                                    March 30, 2002                                       MAKE_DB(1)

Bugs

       Please report any bugs you find to Paul Wilkins <pwilkins@lashwhip.com>.

Description

make_db  is  a program that scans pictures and creates a file called pic_db.dat in the current directory.
       This file is used by pixelize when "rendering" images.

       Unless the "reset" command line option is  given,  make_db  will  add  provided  files  to  the  existing
       pic_db.dat file if they are not already referenced in this file.

Files

pic_db.dat
                               File  containing a database of all pictures pixelise is going to use to match and
       replace against areas of the processed image.

Licence

make_db is covered by the GNU General Public License (GPL), version 2 or later.

Name

       make_db - Create the image database needed by pixelize

Options

       Mandatory arguments to long options are mandatory for short options too.

       Application options :
         -r, --reset                 Reinitialize database

See Also

pixelize (1).

Synopsis

make_db [OPTIONS] [image_files]

See Also