Image Formats [message #127479] |
Mon, 11 July 2005 19:53 |
csknight
Messages: 1 Registered: July 2005
|
Junior Member |
|
|
We are experimenting Intermedia's image search functions in Oracle9iR2 and we encountered the following issues:
1. failure to recognize image formats
We used the java function :
image.importFrom(ctx, "file", "ORDIMAGEDIR", filename);
to import the JPEG and TIFF images into the database.
For some reasons, the image properties such as MimeType, ContentFormat, etc. are not auto-populated (they are NULL). Only the image height and width are properly captured.
Any suggestion on how to fix this issue?
2. content-based search using mixture of image formats
Will content-based search works if the database keeps images of different formats?
Thanks!
/regards
|
|
|