mlx-swift-examples icon indicating copy to clipboard operation
mlx-swift-examples copied to clipboard

MediaProcessing additions: crop, size computations

Open davidkoski opened this issue 9 months ago • 0 comments

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

davidkoski avatar Mar 06 '25 19:03 davidkoski