智慧水务管理系统 - 精河县供水工程综合管理平台

12345678
  1. import type { KTX2Container } from './container.js';
  2. /**
  3. * Creates a 'default' {@link KTX2Container} object, initialized with common
  4. * configuration wfor BT709 primaries and sRGB transfer, without pixel data.
  5. * There's nothing particularly special about the 'default' container; creating
  6. * the KTX2Container object explicitly is also fine.
  7. */
  8. export declare function createDefaultContainer(): KTX2Container;