Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

HOOPS Visualize HPS supports many Image Formats (3DF Image Formats). However, HOOPS does not support every possible image format (e.g. gif, TIFF, ico, etc.).

If your application needs to import a format which is not directly supported by HOOPS, you have a few options.

  1. Convert the file to a format supported by HOOPS and read the converted file

  2. Enhance your application to read the unsupported format directly and pass the information to HOOPS

    1. For HPS, use an ImageKit (cf. SetData) when you obtain image data without using Image::File::Import

    2. For 3DF, transfer the image data to an array of image pixel to insert an image.

  • No labels