home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / jpeg / jpegdde / !djpeg / Desc < prev    next >
Text File  |  1993-03-03  |  1KB  |  57 lines

  1. # This is a description of the wimp interface for cjpeg
  2.   
  3. tool_details_start
  4.    name          "Djpeg";
  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 5 maps_to "-gif";
  28.       icn 6 maps_to "-targa";
  29.       icn 8 maps_to "-nodither";
  30.       icn 9 maps_to "-grayscale";
  31.       icn 10 maps_to "-pnm";
  32.       icn 12 maps_to "-blocksmooth";
  33.    icons_end
  34.  
  35.    defaults
  36.    icn 3 "",
  37.    icn 5 off,
  38.    icn 6 off,
  39.    icn 8 off,
  40.    icn 9 off,
  41.    icn 10 on,
  42.    icn 12 off;
  43.  
  44.    imports_start
  45.       drag_to  icn 3   inserts icn 3;
  46.       drag_to  iconbar inserts icn 3;
  47.    imports_end
  48. dbox_end
  49.  
  50. deselections_start
  51.    icn 5 deselects icn 6,icn 10;
  52.    icn 6 deselects icn 5,icn 10;
  53.    icn 10 deselects icn 5,icn 6;
  54. deselections_end
  55.  
  56. order_is icn 5, icn 6, icn 10, icn 12, icn 8, icn 9,icn 3, output;
  57.