Oracle ORD_IMAGE Version 21c |
---|
General Information | |||||||
Library Note |
|
||||||
Purpose | Undocumented | ||||||
AUTHID | CURRENT_USER | ||||||
Dependencies |
|
||||||
Documented | No | ||||||
First Available | Not known | ||||||
Security Model | Owned by ORDSYS with EXECUTE granted to PUBLIC | ||||||
Source | {ORACLE_HOME}/ord/im/admin/ordirpsp.sql {ORACLE_HOME}/ord/im/admin/ordirpbd.plb |
||||||
Subprograms | |||||||
APPLYWATERMARK | |||||||
Overlays an image watermark onto a source image Overload 1 |
ord_image.applyWatermark( |
||||||
TBD | |||||||
Overload 2 | ord_image.applyWatermark( |
||||||
TBD | |||||||
Overload 3 | ord_image.applyWatermark( |
||||||
TBD | |||||||
Overload 4 | ord_image.applyWatermark( |
||||||
TBD | |||||||
CONVERT | |||||||
Transcodes a BLOB, writing the image back onto itself Overload 1 |
ord_image.convert( |
||||||
TBD | |||||||
Creates a derivative image from a source image stored in a BFILE by transcoding the source image and writing the resulting image into the destination BLOB Overload 2 |
ord_image.convert( |
||||||
TBD | |||||||
Creates a derivative image from a source image stored in a BLOB by transcoding the source image and writing the resulting image into the destination BLOB Overload 3 |
ord_image.convert( |
||||||
TBD | |||||||
CROP | |||||||
Define a window to crop from the image in imageBlob, writing the image back onto itself Overload 1 |
ord_image.crop( |
||||||
TBD | |||||||
Creates a derivative image from a source image stored in a BFILE by cropping the source image and writing the resulting image into the destination BLOB Overload 2 |
ord_image.crop( |
||||||
TBD | |||||||
Creates a derivative image from a source image stored in a BLOB by cropping the source image and writing the resulting image into the destination BLOB Overload 3 |
ord_image.crop( |
||||||
TBD | |||||||
EXPORT | |||||||
Copies multimedia data from BLOBs within the database to an external data source | ord_image.export( |
||||||
TBD | |||||||
FLIP | |||||||
Places the scan lines of an image in inverse order, swapped top to bottom, writing the image back onto itself Overload 1 |
ord_image.flip(imageblob IN OUT NOCOPY BLOB); |
||||||
TBD | |||||||
Places the scanlines of an image in inverse order, swapped top to bottom, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.flip( |
||||||
TBD | |||||||
Places the scanlines of an image in inverse order, swapped top to bottom, and writes the resulting image into the destination BLOB Overload 3 |
ord_image.flip( |
||||||
TBD | |||||||
GETMETADATA | |||||||
Extracts the specified types of metadata from the image BFILE and returns an array of schema-valid XML documents Overload 1 |
ord_image.getMetadata( |
||||||
TBD | |||||||
Extracts the specified types of metadata from the image BLOB and returns an array of schema-valid XML documents Overload 2 |
ord_image.getMetadata( |
||||||
TBD | |||||||
GETPROPERTIES | |||||||
Reads the image BFILE data to get the values of the media attributes for supported formats and then stores them in the input CLOB Overload 1 |
ord_image.getProperties( |
||||||
TBD | |||||||
Reads the image BFILE data to get the values of the media attributes for supported formats and returns them as explicit parameters Overload 2 |
ord_image.getProperties( |
||||||
TBD | |||||||
Description: Reads the image BLOB data to get the values of the media attributes for supported formats and then stores them in the input CLOB Overload 3 |
ord_image.getProperties( |
||||||
TBD | |||||||
Reads the image BLOB data to get the values of the media attributes for supported formats and returns them as explicit parameters Overload 4 |
ord_image.getProperties( |
||||||
TBD | |||||||
GRAYSCALE | |||||||
Converts an image to an 8-bit grayscale image, writing the image back onto itself Overload 1 |
ord_image.grayScale(imageblob IN OUT NOCOPY BLOB); |
||||||
TBD | |||||||
Converts an image to an 8-bit grayscale image, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.grayScale( |
||||||
TBD | |||||||
Converts an image to an 8-bit grayscale image, and writes the resulting image into the destination BLOB Overload 3 |
ord_image.grayScale( |
||||||
TBD | |||||||
IMPORTFROM | |||||||
Converts an image to an 8-bit grayscale image, writing the image back onto itself Overload 1 |
ord_image.importFrom( |
||||||
TBD | |||||||
Converts an image to an 8-bit grayscale image, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.importFrom( |
||||||
TBD | |||||||
MIRROR | |||||||
laces the columns of in image in reverse order, swapped left to right, writing the image back onto itself Overload 1 |
ord_image.mirror(imageblob IN OUT NOCOPY BLOB); |
||||||
TBD | |||||||
Places the columns of in image in reverse order, swapped left to right, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.mirror( |
||||||
TBD | |||||||
Places the columns of in image in reverse order, swapped left to right, and writes the resulting image into the destination BLOB Overload 3 |
ord_image.mirror( |
||||||
TBD | |||||||
PAGE | |||||||
Selects a page from a multi-page file, writing the image back onto itself Overload 1 |
ord_image.page( |
||||||
TBD | |||||||
Selects a page from a multi-page file, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.page( |
||||||
TBD | |||||||
Selects a page from a multi-page file, and writes the resulting image into the destination BLOB Overload 3 |
ord_image.page( |
||||||
TBD | |||||||
PROCESS | |||||||
Description: Performs one or more image processing operations on a BLOB, writing the image back onto itself | ord_image.process( |
||||||
TBD | |||||||
PROCESSCOPY | |||||||
Creates a derivative image from a source image stored in a BFILE by performing one or more image processing operations on the source image and writing the resulting image into the destination BLOB Overload 1 |
ord_image.processCopy( |
||||||
TBD | |||||||
reates a derivative image from a source image stored in a BLOB by performing one or more image processing operations on the source image and writing the resulting image into the destination BLOB Overload 2 |
ord_image.processCopy( |
||||||
TBD | |||||||
PUTMETADATA | |||||||
Accepts a BFILE containing an image and a schema-valid XML document, and creates a binary packet suitable for embedding in the target image file format Overload 1 |
ord_image.putMetadata( |
||||||
TBD | |||||||
Accepts a BLOB containing an image and a schema-valid XML document, and creates a binary packet suitable for embedding in the target image file format Overload 2 |
ord_image.putMetadata( |
||||||
TBD | |||||||
ROTATE | |||||||
Rotates an image within the image plane by the angle specified, writing the image back onto itself Overload 1 |
ord_image.rotate( |
||||||
TBD | |||||||
Rotates an image within the image plane by the angle specified, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.rotate( |
||||||
TBD | |||||||
Rotates an image within the image plane by the angle specified,and writes the resulting image into the destination BLOB Overload 3 |
ord_image.rotate( |
||||||
TBD | |||||||
SCALE | |||||||
Scales the image in imageBlob to a specified size in pixels (width, height) while maintaining the aspect ratio, and writes the image back onto itself Overload 1 |
ord_image.scale( |
||||||
TBD | |||||||
Scales the image in imageBfile to a specified size in pixels (width, height) while maintaining the aspect ratio, and writes the resulting image into the destination BLOB Overload 2 |
ord_image.scale( |
||||||
TBD | |||||||
Scales the image in imageBlob to a specified size in pixels (width, height) while maintaining the aspect ratio, and writes the resulting image into the destination BLOB Overload 3 |
ord_image.scale( |
||||||
TBD | |||||||
Scales the image in imageBlob by the given scale factor, writing the image back onto itself. Aspect ratio is maintained. Overload 4 |
ord_image.scale( |
||||||
TBD | |||||||
Scales the image in imageBlob by the given scale factor, and writes the resulting image into the destination BLOB Overload 5 |
ord_image.scale( |
||||||
TBD | |||||||
Scales the image in imageBlob by the given scale factor, and writes the resulting image into the destination BLOB. Aspect ratio is maintained. Overload 6 |
ord_image.scale( |
||||||
TBD | |||||||
THUMBNAIL | |||||||
Creates an 80x80 pixel thumbnail image from the image in imageBlob, writing the image back onto itself. Aspect ratio is maintained. Overload 1 |
ord_image.thumbnail(imageblob IN OUT NOCOPY BLOB); |
||||||
TBD | |||||||
Creates a derivative- image from a source image stored in a BFILE by creating an 80x80 thumbnail image and writing the resulting image into the destination BLOB. Aspect ratio is maintained. Overload 2 |
ord_image.thumbnail( |
||||||
TBD | |||||||
Creates a derivative image from a source image stored in a BLOB by creating an 80x80 thumbnail image and writing the resulting image into the destination BLOB. Overload 3 |
ord_image.thumbnail( |
||||||
TBD |