Export an image to an array
Visual Basic |
---|
Public Function ArrayExport( _ ByVal Type As String, _ Optional ByVal Information As Variant _ ) As Variant |
Only JPEG and BMP/DIB formats are supported directly, but other formats such as TIFF may be supported via extension DLLs.
The following applies to JPEG file import:
The following applies to DIB/BMP file export:
See Import/Export DLLs for details of how to write and configure your own extension DLLs