Fixes issue where gold ore was showing up as iron ore.
 
 Also adds CLI support:
 
 
 
 
  Code (Text):
 
 
 
  
 ------------------  PixelStacker Help  ----------------------------------------
  
   The following options are available for CLI usage. If no CLI params are
  
   provided, the standard program GUI will be used instead.
  
 
  
   --format          Specify the output format to use. Available values are:
  
                     SCHEM, PNG
  
                     Example: '--format=PNG'
  
 
  
   --output          Where to output the file. Bitmap.Save({your value})
  
                     Example: '--output=C:\git\my-output-file.png'
  
 
  
   --input           Where to load the file. Bitmap.FromFile({your value})
  
                     Example: '--input=C:\git\myfile.png'
  
 
  
   --options         Path to the options.json file to use. If not provided,
  
                     your most recently used settings will be applied.
  
                     Example: '--options=C:\git\myfile.json'