<itemvalue="Raw unmodified format. Unencoded bytes, in the image's existing format. For example, a grayscale image may use a single 8-bit channel for each pixel."/>
<itemvalue="Raw straight RGBA format. Unencoded bytes, in RGBA row-primary form with straight alpha, 8 bits per channel."/>
<itemvalue="Raw RGBA format. Unencoded bytes, in RGBA row-primary form with premultiplied alpha, 8 bits per channel."/>
<itemvalue="This combines [decodeImage] and [registerFrame] into a single operation that avoids transferring RGB data back to the main isolate. The image is decoded and stored in the worker, returning only the frameId and dimensions."/>
<itemvalue="This combines [decodeImage] and [registerFrame] into a single operation that avoids transferring RGB data back to the main isolate. The image is decoded and stored in the worker, returning only the frameId and dimensions."/>
<itemvalue="Decodes and registers an image in one operation (optimized fast-path)."/>
<itemvalue="Decodes and registers an image in one operation (optimized fast-path)."/>
<itemvalue="The [imageBytes] parameter should contain encoded image data (JPEG, PNG, etc.)."/>
<itemvalue="The [imageBytes] parameter should contain encoded image data (JPEG, PNG, etc.)."/>
@ -68,10 +72,6 @@
<itemvalue="The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog 可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog"/>
<itemvalue="The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog 可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog"/>