mlx-swift-examples
mlx-swift-examples copied to clipboard
MediaProcessing additions: crop, size computations
Things to add to MediaProcessing:
- centerCrop
public static func centerCrop(_ extent: CGRect, size: CGSize) -> CGRect
public static func centerCrop(_ image: CIImage, size: CGSize) -> CIImage
- refactor size computations. produce size? produce scale factor?
- fit in rect (aspect)
- fit in rect (no aspect)
- longest edge
- shortest edge
- resample by scale factor