home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / j / jpegdde / !cjpeg / Desc < prev    next >
Text File  |  1993-03-03  |  1KB  |  52 lines

  1. # This is a description of the wimp interface for cjpeg
  2.   
  3. tool_details_start
  4.    name          "Cjpeg";
  5.    version       "4.00-wimp (28-Feb-1993)";
  6.    wimpslot       320k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save     ^.leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16.    display_dft_is summary;
  17. metaoptions_end
  18.  
  19. fileoutput_start
  20.    output_option_is  "";
  21.    output_dft_is     produces_output;
  22. fileoutput_end
  23.  
  24. dbox_start
  25.    icons_start
  26.       icn 3  maps_to string  not_saved;
  27.       icn 6 maps_to "-optimize";
  28.       icn 8 maps_to "-grayscale";
  29.       icn 9 maps_to "-targa";
  30.       icn 10 maps_to "-quality " number;
  31.       icn 11 decreases icn 10;
  32.       icn 12 increases icn 10;
  33.    icons_end
  34.  
  35.    defaults
  36.    icn 3 "",
  37.    icn 9 off,
  38.    icn 10 75,
  39.    icn 11 off;
  40.  
  41.    imports_start
  42.       drag_to  icn 3   inserts icn 3;
  43.       drag_to  iconbar inserts icn 3;
  44.    imports_end
  45. dbox_end
  46.  
  47. deselections_start
  48.  
  49. deselections_end
  50.  
  51. order_is icn 10, icn 8, icn 6, icn 9, icn 3, output;
  52.