Help Screen Print E-mail
NEOMESH IMAGE CONSOLE - http://www.neomesh.com
(C) Copyright 2002 - 2006 Neomesh Microsystems

imageconsole [options] [input filename(s)] [output filename/directory]
imageconsole [script filename]

Conversion Types
----------------
  /convert          Convert your images. This option is set by default
  /animate          Create GIF animation from images
                    -uses /time and /loop
  /multipage        Create a multipage TIF image from images
  /join             Join images vertically or horizontally.
                    -uses /jointype
  /split            Split a multipage GIF or TIF into individual images
  /display          Display image information

OPTIONS (Showing default values)
--------------------------------

  /type:bmp         Set output format
  /intype:auto      Input image type
  /overwrite        Overwrite without prompting
  /recursive        Recursively enter & save subdirectories
                    - uses /recursivefilter : default *.*
  /dpi              Set resolution for TIFF, JPEG, PNG and BMP formats
                    - uses /xdpi and /ydpi
  /resize           Resize using default Bilinear
  /resize:0         Set 0 to resize type
                    - 0 = Bilinear
                    - 1 = Nearest Pixel
                    - 2 = Bicubic Spline Interpolation
                    - uses /width and /height
                    - uses /resizepercent for resize by percent
  /flip             Flip the image on the horizontal axis
  /mirror           Mirror the image on the vertical axis
  /reduce:8         Reduce Colors/Bits Per Pixel
                    - 1  = 1  bit / 2 colors
                    - 4  = 4  bit / 16 colors
                    - 8  = 8  bit / 256 colors
  /increase:24      Increase Colors/Bits Per Pixel
                    - 4  = 4  bit / 16 colors
                    - 8  = 8  bit / 256 colors
                    - 24 = 24 bit / 16777216 colors
  /addtrans         Add transparency to an image
                    - uses /transred /transgreen /transblue
  /removetrans      Remove transparency from an image
  /rotate:45        Rotate an image 45 degrees
                    - set 45 to the required amount of degrees. e.g. 93.23
  /crop             Crop an image
                    - uses /cropleft, /croptop, /cropwidth and /cropheight
                    - OR /cropleft, /croptop, /cropright and /cropbottom
  /thumb            Create thumbnails from images
                    - uses /thumbwidth, /thumbheight, /red, /green and /blue
  /text             Add text to an image
                    - uses /textleft, /texttop, /align, /red, /green, /blue,
                    - /randcolor, /font, /string, /textsize, /textweight,
                    - /italic and /underline
  /composite:"File" Composite an image onto the existing image
                    - Replace "File" with image path and filename
                    - uses /compositeleft, /compositetop and /compositealign
  /repair           Repair an image
                    - uses /radius, /niterations and /colorspace
  /rgb              Increase or Reduce Red, Green and Blue values
                    - uses /red, /green and /blue
  /gamma:0.1        Change gamma on an image, set 0.1 between 0.1 and 5.0
  /median:3         Median an image
  /dilate:2         Dilate an image
  /erode:2          Erode an image
  /light            Change light values of an image
                    - uses /brightness and /contrast
  /colorize         Colorize an image
                    - uses /hue and /saturation
  /threshold        Threshold an image
                    - uses /optimal or /level
  /negative         Make an image a negative
  /grayscale        Make an image grayscale
  /dither:0         Dither an image
                    - 0 = Floyd Steinberg dithering
                    - 1 = Ordered dithering
  /version          Displays version info
  /formats          Displays a list of compatible formats
  /help             Displays this help screen
  /?                Dislpays this help screen

ATTRIBUTES (Showing default values)
-----------------------------------

  /giftype:2        Sets the gif compression method
                    - 0 = RLE, 1 = None, 2 = LZW
  /tiftype:5        Sets the tif compression method
                    - 1 = None, 2 = RLE, 3 = Fax3, 4 = Fax4,
                    - 5 = LZW, 7 = Jpeg
  /quality:75       Sets the jpg quality in %
  /recursivefilter  Sets what files to filter recursively
                    E.g. *.bmp, *.gif, pic*.*. Default *.*
  /xdpi             X Resolution (DPI) for output image
  /ydpi             Y Resolution (DPI) for output image
  /time:100         Changes time between GIF frames
  /loop:-1          Number to times the GIF is to loop. -1 = infinite
  /width:0          Width when resizing. 0 = keep widths aspect ratio
  /height:0         Height when resizing. 0 = keep heights aspect ratio
                    - You can keep the aspect ratio by not defining the
                    - width or height attribute
  /red:0            |Red color attribute. Set between 0 and 255
  /green:0          |Green color attribute. Set between 0 and 255
  /blue:0           |Blue color attribute. Set between 0 and 255
                    -red, green, blue used for thumb, text, RGB
  /resizepercent:0  Resize by percent rather than by pixels
  /cropleft:0       Left position to crop
  /croptop:0        Top position to crop
  /cropright:100    Right position to crop
  /cropbottom:100   Bottom position to crop
  /cropwidth:0      Optional width to crop
  /cropheight:0     Optional height to crop
  /thumbwidth:100   Width of the thumbnail
  /thumbheight:100  Height of the thumbnail
  /randcolor        Selects a random color
  /transred:0       Red color to use for transparency. Set 0..255
  /transgreen:0     Geen color to use for transparency Set 0..255
  /transblue:0      Blue color to use for transparency Set 0..255
  /textleft:20      Left position to place text
  /texttop:20       Top position to place text
  /align:0          Align the text
                    - 0 = top left (default)
                    - 1 = bottom left
                    - 2 = top right
                    - 3 = bottom right
                    - 4 = center
                    - 5 = center top
                    - 6 = center bottom
  /font:arial       Sets the text font
  /string:Text      String to used when adding text
  /textsize:9       Point size of the text
  /textweight:10    Weight of the text
  /italic           Makes the text italic
  /underline        Underlines the text
  /compositeleft:20 Left position to place composite image
  /compositetop:20  Top position to place composite image
  /compositealign:0 Align the composite image
                    - 0 = top left (default)
                    - 1 = bottom left
                    - 2 = top right
                    - 3 = bottom right
                    - 4 = center
                    - 5 = center top
                    - 6 = center bottom
  /radius:0.25      Radius to use when repairing
  /niterations:1    Niterations to use when repairing
  /colorspace:0     Colorspace to use when repairing
  /brightness:0     Brightness for light. Set between -255 and 255
  /contrast:0       Contrast to light. Set between -100 and 100
  /hue:100          Hue setting for colorize. Set between 0 and 255
  /saturation:100   Saturation for colorize. Set between 0 and 255
  /optimal          Find the best level when applying threshold
  /level:100        Manually set the level when applying threshold
  /jointype:0       Join horizontally or vertically
                    - 0 = Vertical
                    - 1 = Horizontal

NEOMESH IMAGE CONSOLE - http://www.neomesh.com

 
 
28 August 2008