Class StreamCdnOriginalImageDimensions

  • All Implemented Interfaces:

    
    public final class StreamCdnOriginalImageDimensions
    
                        

    Holds the original width and height information for images hosted by Stream CDN which declare said properties in their URL.

    • Constructor Detail

      • StreamCdnOriginalImageDimensions

        StreamCdnOriginalImageDimensions(Integer originalWidth, Integer originalHeight)
        Parameters:
        originalWidth - The width of the original image.
        originalHeight - The height of the original image.