|
|
||
|
|
| MIME type: image/jpeg JPEG raster image and compression format. Commonly used for photographic images by digital cameras and on the web. JPEG is an acronym for Joint Photographic Experts Group. Stores images as bitmaps at a resolution of 8 bits per color channel. Binary format. Uses a lossy compression method based on an 8×8 block-sized discrete cosine transform. Supports different compression levels. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties, and settings |
| "ColorMap" | color reduction palette created on import | |
| "Data" | array of color values taken | |
| "Graphics" | Graphics object representing an image | |
| "GrayLevels" | array of normalized gray-level values |
| "RawData" | array of indexed colors | |
| "RGBColorArray" | array of RGBColor objects |
| "BitDepth" | bits used to represent each color channel in the file | |
| "ColorSpace" | color encoding used in the file | |
| "ImageSize" | raster dimensions | |
| "Exif" | all Exif tags given as a list of rules |
| "FocalLength" | focal length in millimeters | |
| "CameraTopOrientation" | orientation of the camera when the picture was taken | |
| "Manufacturer" | maker of the camera or input device | |
| "Model" | model specification of the camera or input device | |
| "Exposure" | photographic exposure time in seconds | |
| "Date" | date and time the original picture was taken, given as a DateList specification | |
| "Aperture" | aperture setting at which the picture was taken, given in APEX units | |
| "ISOSpeed" | ISO 12232 speed rating of the camera or input device |
| "ImageTopOrientation" | Top | orientation of the image as stored in the file |
| "ColorMap" | None | specifies the color reduction palette used for representing the imported JPEG | |
| "DitheringMethod" | "FloydSteinberg" | the dithering method used when color reduction is performed on Import |
| Automatic | chooses an adaptive set of at most 256 colors using the median cut algorithm | |
| n | adaptive set of at most n colors | |
| {color1,color2,...} | list of color primitives | |
| None | no color reduction is performed |
| "FloydSteinberg" | Floyd-Steinberg error diffusion dithering | |
| "Ordered" | ordered dithering algorithm | |
| None | no dithering is used |
| "ImageTopOrientation" | Top | orientation of the exported image | |
| "Smoothing" | 0 | the JPEG smoothing parameter, given as a number in the range 0 to 1 |
| "ColorSpace" | RGBColor | color space of the image | |
| "CompressionLevel" | 0.25 | sets the JPEG compression parameter | |
| "Progressive" | False | whether to store the image in a way that allows progressive display while the file is being loaded |
Import a JPEG image, rendering it as raster graphics:
Get the pixel dimensions of this photo:
Show all Import elements available in the file:
Import metadata elements:
Read color data from the example file:
Use ReliefPlot to create a raster image:
Export it to JPEG:
|
| © 2008 Wolfram Research, Inc. |