Oracle8 Image Cartridge User's Guide
Release 8.0.4

A55713-02

Library

Product

Contents

Index

Prev Next


Glossary

ADT

Abstract data type

BFILE

A large object whose value is composed of binary data, and is stored outside of the database in an operating system file. Because they are outside of the database, BFILEs are read-only.

binary large object

See BLOB.

BLOB

Binary large object. Large objects are stored in the database tablespace in a way that optimizes space and provide efficient access. Only a pointer to the object is actually stored in the row.

content format

A description of the image data, such as the pixel or color format.

cropping

Selecting the portion of an image within a specified rectangle and removing everything outside of that rectangle. See cutting.

cutting

Selecting the portion of an image within a specified rectangle to create a subimage. If the subimage is copied to a new image, the effect is a cut. If the subimage replaces the original, the effect is a crop. Use the process( ) or processCopy( ) procedures to cut or crop an image.

data cartridge

The mechanism by which clients, application-specific servers, and database servers can be easily and reliably extended.

default constructor

Using a default constructor in an OCI call creates an empty instance of the constructor.

file format

The file format of the image data, such as BMP or GIF.

IDL

Interface definition language

image

A graphic picture. The source could be a photograph, drawing, or generated image.

image processing

Changing the properties of an image, such as through scaling, rotation, or compression.

LOB

Large object. LOBs are used to hold large amounts of raw, binary data. Image Cartridge supports BLOB and BFILE LOBs.

lossless compression

A means for reducing the storage space required for an image. The decompressed image is bit-for-bit identical to the original.

lossy compression

A means for reducing the storage space required for an image. The decompressed image has less resolution than the original, although this might not be noticeable to the naked eye.

Network Computing Architecture

A fully integrated design integrating text, spatial, and image data. The architecture supports the design, development, installation, and integration of manageable components across entire organizations.

object relational database

A database having both object-oriented and relational characteristics. Objects can be defined and stored, and then retrieved using standard relational methods.

OCI

Oracle Call Interface

ODT

Object data type

scaling

Changing the proportions of an image in one or both dimensions. To enlarge an image, scale by a factor greater than one. To shrink an image, scale by a factor between zero and one. Use the process( ) or processCopy( ) procedures to scale an image.




Prev

Next
Oracle
Copyright © 1997 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index