Class ImageDataFactory | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ImageDataFactory

    Inheritance
    System.Object
    ImageDataFactory
    Namespace: PhotoshopFile.Compression
    Syntax
    public static class ImageDataFactory

    Methods

    Create(Channel, Byte[])

    Creates an ImageData object to compress or decompress image data.

    Declaration
    public static ImageData Create(Channel channel, byte[] data)
    Parameters
    Type Name Description
    Channel channel

    The Channel associated with the image data.

    System.Byte[] data

    The image data to be decompressed, or null if image data is to be compressed.

    Returns
    Type Description
    ImageData
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX