DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦edc25b6e0⟧ TextFile

    Length: 1519 (0x5ef)
    Types: TextFile
    Names: »READ-ME«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/others/quipu/photo/READ-ME« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/others/quipu/photo/READ-ME« 

TextFile

PHOTOGRAPHS in the QUIPU directory service.

Use pr2pe to convert sunview pixrect files into `pe' files.

Currently there are 5 picture display processes defined:-
Xphoto   - Display photo in X11 windoow environment
sunphoto - Display photo in sunview environment
ttyphoto - Display photo on a simple terminal
hexphoto - Display photo in hex !!!
t4014	 - Display on Tetronix 4014 (emulating !) terminals.

Each can be tested with the file "sk"
e.g. ttyphoto < sk

Display for other devices can be easily added.
Take a copy of template.c, and supply the 5 routines defined.
Look at sunview.c hexphoto.c ttyphoto.c t4014.c and winx.c examples.
Then compile using:
cc -o myphoto d_main.o decode.o build_trees.o interface.o myphoto.o

To get the QUIPU interfaces to call these routine when a photo is loaded, an
entry of the form
photo falco ttyphoto
is needed in your dsaptailor file.
This will tell the interfaces to use the program `typhoto' if your 
terminal type (determined from the TERM environment variable) is `falco'.

ttyphoto's output can be modified with 4 environment variables:

photo_scale: 	set to `small' (default), `medium' or `large'.
photo_invert:	set true or false.
photo_equal:    false - display photo as is.
		true - apply histogram equalisation to try and improve quality.
		edge -  Used `edges by expansion' to try to get a better photo
photo_mapping:  This must contain a 16 charcter string.
		The string is used to create the greyscale.
Suggestions as to how to improve `ttyphoto' are welcome.