[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::online_bookbuilding

Title:Online Bookbuilding
Notice:This conference is write-locked: see note 1.3.
Moderator:VAXUUM::UTT
Created:Fri Aug 12 1988
Last Modified:Mon Jul 15 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:440
Total number of notes:2134

108.0. "CAPTURE screens with ONLINE?" by REGENT::MURPHY () Thu Mar 30 1989 11:51

I have a manual that uses screens captured with CAPTURE and 
converted to PostScript with SIXTOPS.  Can I use these screens
with the ONLINE doctype?  If not, is there anything simple I 
can do to make them usable? (I don't have access to a workstation
to recapture the screens with UTOX.)

Kathy Murphy
T.RTitleUserPersonal
Name
DateLines
108.1CLOSET::UTTThu Mar 30 1989 13:056
    The Bookreader, at this time, cannot display Postscript graphics,
    so you cannot use those screens with the ONLINE doctype. See
    Note 50.2 for information about converting Postscript files
    to FSE binaries, which the Bookreader can display.
    
    Mary
108.2Or convert the sixel filesCRAYON::GENTThere is no poetry without madness -- DemocritusThu Mar 30 1989 13:4757
    Hi Kathy,
    
    If you still have the sixel files, we developed a system for converting
    sixels to binary files compatible with ONLINE. The following note
    explains the process on BOOKIE and REORG. You are welcome to copy
    the files, SIXEL_TO_BIN.COM and SIXEL_TO_BIN.EXE, from BOOKIE.
    (You'll probably need to edit SIXEL_TO_BIN.COM to change references
    to DOC$TOOLS:.)
    
    Thanks go to Jeff Orthober for this solution.
    
    --Andrew
    
    
      <<< BOOKIE::USER5:[NOTES$LIBRARY]APPLICATIONS_DOCUMENTATION_GROUP.NOTE;1 >>>
                       -< Applications Group Miscellany >-
================================================================================
Note 12.0               ONLINE and CAPTURE screen images              No replies
CRAYON::GENT "There is no poetry without madness --" 37 lines  20-DEC-1988 09:19
--------------------------------------------------------------------------------
One of the issues with getting our books online is converting
screen images to a suitable format for viewing with the bookreader.

The format the bookreader wants is called FSE binary. For new DECwindows 
products, FSE files can be created when the screen image is captured 
using UTOX. UTOX can also be used interactively to convert existing
screen images from sixel files to FSE binary. However, this is a
tedious process if there are lots of files.

Fortunately, Jeff Orthober has provided us with a program to do the
conversion that can be run in batch mode. The program is called 
(appropriately) SIXEL_TO_BIN. You can run it by itself using 
the following commands:

	$ SIXEL_TO_BIN :== $DOC$TOOLS:SIXEL_TO_BIN
	$ SIXEL_TO_BIN infile.SIX outfile.BIN

There is also a command procedure that you can use for converting multiple 
files:

	$ @DOC$TOOLS:SIXEL_TO_BIN infile  [outfile]

		or

	$ SUBMIT DOC$TOOLS:SIXEL_TO_BIN/PARAM=infile

The advantage of the command procedure is that it provides defaults for
the input file type (.SIX), and output file (infile.BIN). It also
allows wildcards for converting large numbers of files. For example:

	$ SUBMIT DOC$TOOLS:SIXEL_TO_BIN/PARAM="[USER.SCREENS]*.SIX"

SIXEL_TO_BIN is currently installed in the DOC$TOOLS directories on
BOOKIE and REORG. If anyone needs these files on another system, please
contact me and I'll send you instructions.

--Andrew
108.3Can we copy these files?CASEY::BURACKNot Fade AwayFri Mar 31 1989 11:049
    Hi,
    
    Are these conversion files available for copying? If they are, could
    someone post their location.
    
    Thanks,
    
    Ruth-Ellen
    
108.4where to copy files fromDSSDEV::EPPESI&#039;m not making this up, you knowFri Mar 31 1989 16:3113
    Copy these files:

	BOOKIE::DOC$TOOLS:SIXEL_TO_BIN.EXE

	BOOKIE::DOC$TOOLS:SIXEL_TO_BIN.COM

    You can substitute REORG for BOOKIE.

    .2 does say "you are welcome to copy these files," but it doesn't give the
    locations explicitly (you probably could've figured them out with close
    reading, but they aren't obvious, 'tis true). 

							-- Nina
108.5My mistakeCRAYON::GENTThere is no poetry without madness -- DemocritusMon Apr 03 1989 13:256
    Oops!  Sorry for the omission. As Nina points out, the files are
    available from BOOKIE::DOC$TOOLS:
    
    (Thanks Nina.)
    
    --Andrew
108.6SIXEL_TO_BIN Did the TrickREGENT::MURPHYFri Apr 28 1989 16:108
Thanks for the pointer to SIXEL_TO_BIN -- it worked great.

One thing that surprised me is that the BOOKREADER versions of the
menu screens are bigger than the actual screens I captured. (Not a 
problem, just an observation.)

Kathy