Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
import(1)
Edit
PageHistory
Diff
Info
LikePages
import !!!import NAME SYNOPSIS DESCRIPTION EXAMPLES OPTIONS ENVIRONMENT SEE ALSO COPYRIGHT AUTHORS ---- !!NAME import - capture some or all of an X server screen and save the image to a file. !!SYNOPSIS __import [[__ ''options'' __... ]__ ''file'' !!DESCRIPTION __Import__ reads an image from any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen. Use ''display'' for redisplay, printing, editing, formatting, archiving, image processing, etc. of the captured image. The target window can be specified by id, name, or may be selected by clicking the mouse in the desired window. If you press a button and then drag, a rectangle will form which expands and contracts as the mouse moves. To save the portion of the screen defined by the rectangle, just release the button. The keyboard bell is rung once at the beginning of the screen capture and twice when it completes. !!EXAMPLES To select an X window or an area of the screen with the mouse and save it in the MIFF image format to a file entitled window.miff, use: import window.miff To select an X window or an area of the screen with the mouse and save it in the Encapsulated Postscript format to include in another document, use: import figure.eps To capture the entire X server screen in the JPEG image format in a file entitled root.jpeg, without using the mouse, use: import -window root root.jpeg To capture the 512x256 area at the upper right corner of the X server screen in the PNG image format in a well-compressed file entitled corner.png, without using the mouse, use: import -window root -crop 512x256-0+0 -quality 90 corner.png !!OPTIONS Options are processed in command line order. Any option you specify on the command line remains in effect until it is explicitly changed by specifying the option again with a different effect. __Import__ options can appear on the command line or in your X resources file. See ''X(1)''. Options on the command line supersede values specified in your X resources file. For a more detailed description of each option, see ''!ImageMagick(1)''. __-bordercolor__ '''' the border color __-cache__ '''' megabytes of memory available to the pixel cache __-colors__ '''' preferred number of colors in the image __-colorspace__ '''' the type of colorspace __-comment__ '''' annotate an image with a comment __-crop__ '''' preferred size and location of the cropped image __-debug__ enable debug printout __-delay__ '' '' display the next image after pausing __-density__ '''' vertical and horizontal resolution in pixels of the image __-depth__ '''' depth of the image __-descend__ obtain image by descending window hierarchy __-display__ '''' specifies the X server to contact __-dispose__ '''' GIF disposal method __-dither__ apply Floyd/Steinberg error diffusion to the image __-endian__ '''' specify endianness (MSB or LSB) of output image __-frame__ include the X window frame in the imported image __-geometry__ '' '' preferred size and location of the Image window. __-help__ print usage instructions __-interlace__ '''' the type of interlacing scheme __-label__ '''' assign a label to an image __-monochrome__ transform the image to black and white __-negate__ replace every pixel with its complementary color __-page__ '''' size and location of an image canvas __-pause__ '''' pause between snapshots [[import] __-ping__ efficiently determine image characteristics __-pointsize__ '''' pointsize of the Postscript, OPTION1, or !TrueType font __-quality__ '''' JPEG/MIFF/PNG compression level __-resize__ '''' resize and locate an image __-rotate__ '''' apply Paeth image rotation to the image __-sampling_factor__ '''' sampling factors used by JPEG encoder. __-scene__ '''' set scene number __-screen__ specify the screen to capture __-silent__ operate silently __-snaps__ '''' number of screen snapshots __-transparent__ '''' make this color transparent within the image __-trim__ trim an image __-verbose__ print detailed information about the image For a more detailed description of each option, see ''!ImageMagick(1)''. !!ENVIRONMENT __DISPLAY__ !!SEE ALSO animate(1), display(1), composite(1), conjure(1), convert(1), identify(1), mogrify(1), montage(1), !ImageMagick(1) !!COPYRIGHT __Copyright (C) 2002 !ImageMagick Studio__ __Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ( __ __The above copyright notice and this permission notice shall be included in all copies or substantial portions of !ImageMagick.__ __The software is provided __ __Except as contained in this notice, the name of the !ImageMagick Studio LLC shall not be used in advertising or otherwise to promote the sale, use or other dealings in !ImageMagick without prior written authorization from the !ImageMagick Studio.__ !!AUTHORS ''John Cristy, !ImageMagick Studio LLC, Glenn Randers-Pehrson, !ImageMagick Studio LLC.'' ----
7 pages link to
import(1)
:
ImageMagick(1)
animate(1)
composite(1)
conjure(1)
display(1)
montage(1)
Man1i
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.