API Reference > imodeljs-common > Rendering > ImageSourceFormat ImageSourceFormat Enumeration The format of an ImageSource. Members Name Value Description Jpeg 0 Image data is stored with JPEG compression. Png 2 Image data is stored with PNG compression. Svg 3 Image is stored as an Svg stream.note SVG is only valid for ImageSources in JavaScript. It may not be used for persistent textures. Defined in core/common/src/Image.ts Line 100 Last Updated: 13 June, 2024