import Foundation struct ImageJob { let destination: String let width: Int let path: String let quality: Float let alwaysGenerate: Bool }