import Foundation public struct Image: Resource { let pixels: Data let width: Int let height: Int }