home *** CD-ROM | disk | FTP | other *** search
- ::appl application
- {
- #create
- %create :icon_bar
-
- }
- ::icon_bar icon_bar !Jpeg
- {
- #create
- %create :icon_menu
- %create :opt
- %create :prog_info
-
- #select
- %display :opt
-
- #menu
- %display :icon_menu
-
- #load.695
- %saveas 600 %leaf %stdin
-
- #load.69e
- %saveas 600 %leaf %stdin
-
- #load.c85
- %saveas %option :opt 5 69e %option :opt 2 695 %leaf %stdin
-
- #save.695
- | work to scrap file incase source and target are the same
- %task /<jpeg$dir>.cjpeg %option :opt 26 -o %stdin > <wimp$scrap>
- %task copy <wimp$scrap> %stdout QF~C~V
- %os settype %stdout 600
-
- #save.69e
- | work to scrap file incase source and target are the same
- %task /<jpeg$dir>.cjpeg %option :opt 26 -o %stdin > <wimp$scrap>
- %task copy <wimp$scrap> %stdout QF~C~V
- %os settype %stdout 600
-
- #save.c85
- | work to scrap file incase source and target are the same
- %task /<jpeg$dir>.djpeg %option :opt 2 -G %option :opt 15 -b %option :opt 16 -g %option :opt 18 -D %option :opt 23 -2 %stdin > <wimp$scrap>
- %task copy <wimp$scrap> %stdout QF~C~V
- %os settype %stdout %option :opt 5 69e %option :opt 2 695
- }
- ::opt window Options
- {
- }
-
- ::prog_info window ProgInfo
- {
- }
- ::icon_menu menu JPEG
- {
- >Info :prog_info
-
- /Quit
- %quit
- }
-