|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | Tutorials »|See Also »|More About » |
| 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. Supports RGB and CMYK color spaces. 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 | |
| "Image" | raster image, given as an Image object | |
| "GrayLevels" | array of normalized gray-level values | |
| "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 |
| "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 |
| "ColorSpace" | "RGB" | color encoding to be used in the file | |
| "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 | |
| "Smoothing" | 0 | the JPEG smoothing parameters, given as a number in the range 0 to 1 |