@willwade/aac-processors
    Preparing search index...

    Function openImage

    • Read an image entry from a gridset zip by path.

      Parameters

      • gridsetBuffer: Uint8Array

        Gridset archive contents

      • entryPath: string

        Entry name inside the zip

      • password: string | undefined = ...
      • fileAdapter: FileAdapter = defaultFileAdapter
      • OptionalzipAdapter: (input?: ProcessorInput) => Promise<ZipAdapter>

      Returns Promise<Uint8Array | null>

      Image data buffer or null if not found