UnityEngine.ImageConversionModule Class with utility methods and extension methods to deal with converting image data from or to PNG and JPEG formats. Encodes this texture into the EXR format. The texture to convert. Flags used to control compression and the output format. Encodes this texture into JPG format. Text texture to convert. JPG quality to encode with, 1..100 (default 75). Encodes this texture into JPG format. Text texture to convert. JPG quality to encode with, 1..100 (default 75). Encodes this texture into PNG format. The texture to convert. Loads PNG/JPG image byte array into a texture. The byte array containing the image data to load. Set to false by default, pass true to optionally mark the texture as non-readable. The texture to load the image into. Returns true if the data can be loaded, false otherwise.