§ Main (bjfilter)

This section explains how specify print options when you use the command line switches of the bjfilter command to specify print settings.

The print options for specifying basic print settings are as follows:

BJ Cartridge

Syntax: --cartridge cartridgetype

Example: Printing Sample.png with the color cartridge

  bjfilterpixmaip1000 Sample.png --cartridge color

Media Type

Syntax: --media mediatype or -m mediatype

  • otherphoto: Swelling Paper
  • Example: Printing Sample.png on Photo Paper Pro
    
      bjfilterpixmaip1000 Sample.png --media prophoto
    
    

    There are restrictions on combining the [Media Type], [Print Quality], [Halftoning], and [Borderless Printing] print options.
    For details, see "Print option combinations (bjfilter)."

    Paper Source

    Syntax: --paperload position

    Example: Printing Sample.png by feeding paper from the auto sheet feeder
      bjfilterpixmaip1000 Sample.png --paperload asf
    Print Quality

    Syntax: --quality qualitylevel or -q qualitylevel

    Example: Setting the print quality to 3 and printing Sample.png
    
      bjfilterpixmaip1000 Sample.png --quality 3
    
    

    There are restrictions on combining the [Media Type], [Print Quality], and [Halftoning] print options.
    For details, see "Print option combinations (bjfilter)."

    Halftoning

    Syntax: --halftoning halftonetype

    Example: Executing halftone processing using the dither patter printing Sample.png
    
      bjfilterpixmaip1000 Sample.png --halftoning pattern
    
    

    There are restrictions on combining the [Media Type], [Print Quality], and [Halftoning] print options.
    For details, see "Print option combinations (bjfilter)."

    Color Balance

    Syntax: --balance_x value

    Example: Setting the cyan color balance to -20 and printing Sample.png
    
      bjfilterpixmaip1000 Sample.png --balance_c -20
    
    
    Intensity Specification

    Syntax: --density value

    Example: Printing Sample.png at an intensity of -20
    
      bjfilterpixmaip1000 Sample.png --density -20
    
    
    Print Purpose

    Syntax: --renderintent intent

    Example: Printing Sample.png with vivid colors
    
      bjfilterpixmaip1000 Sample.png --renderintent vivid
    
    
    Brightness Specification

    Syntax: --gamma value

    Example: Printing Sample.png with the Bright setting
    
      bjfilterpixmaip1000 Sample.png --gamma 1.4
    
    
    Grayscale Printing

    Syntax: --grayscale or -g

    Example: Printing Sample.png with grayscale
    
      bjfilterpixmaip1000 Sample.png --grayscale