Newsgroups: sci.image.processing
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!udel!gatech!newsfeed.pitt.edu!dsinc!netnews.upenn.edu!msunews!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!planet.mh.dpi.qld.gov.au!smac!alanbe
From: alanbe@smac.ind.dpi.qld.gov.au (Alan Beswick)
Subject: Re: <?> How do i covert Unix type bitmap file to PC type BMP file?
X-Nntp-Posting-Host: smac.ind.dpi.qld.gov.au
Message-ID: <D6uD8L.96u@planet.mh.dpi.qld.gov.au>
Sender: alanbe@smac (Alan Beswick)
Organization: QLD Department of Primary Industries, AUSTRALIA
References:  <3maak5$2eo@nemacnis.kaeri.re.kr>
Date: Mon, 10 Apr 1995 23:00:21 GMT
Lines: 47

|> Are there any conversion program which convert unix type bitmap to pc type bitmap?

This comes from SDSC and should do it. I don't have an internet address but it should be easy to find.
cheers
Alan


smac 41% imcopy -help
Usage is:  imcopy [options...] infilename outfilename

Copyright (c) 1989-1992  San Diego Supercomputer Center (SDSC), CA, USA

imcopy copies a portion of an input image into a new file.  Input and
output files may have different image file formats.

    -fullhelp                           Display a full-length help message
    -help                               Display a short help message
    -infile image_filename              Specify an input image file name
    -outfile image_filename             Specify an output image file name
    -xposition x                        Specify left edge of copy region
    -xsize x                            Specify width of copy region in pixels
    -yposition y                        Specify top edge of copy region
    -ysize y                            Specify height of copy region in pixels

Typical Invocations:
    Clip out a 100x100 pixel image whose upper-left corner is at (10,20),
    and save the clipped piece into an HDF file:
        imcopy infile.pix -xpos 10 -ypos 20 -xsize 100 -ysize 100 outfile.hdf
    Clip out the top 5 scanlines and save them in a Compuserve GIF file:
        imcopy infile.pix -ypos 0 -ysize 5 outfile.gif
    Clip out a centered 100x100 pixel region and save it as a TIFF file:
        imcopy infile.hdf -xsize 100 -ysize 100 outfile.tiff

Additional Help:
    This is an abbreviated help listing.  For a full listing of options,
    including a list of image file formats supported, type:
        imcopy -fullhelp



-- 
Alan Beswick,                           Snail Mail:    PO Box 631
Spatial Modelling Applications Centre                  Indooroopilly, Qld. 4068
Department of Primary Industries.                      Australia
Gate 3, 80 Meiers Rd                    email:         alanbe@dpi.qld.gov.au
Indooroopilly, Brisbane, Queensland.    phone:         +61 7 877 9741
                                        fax:           +61 7 877 9606
