Resize Options
data class ResizeOptions(val maxLongEdgePx: Int? = 2560, val downscaleOnly: Boolean = true, val maintainAspectRatio: Boolean = true)
Optional resizing prior to compression to improve ratios and UX across desktop and mobile.