Skip to content

Raycast extension for on-the-fly image adjustments, filtering, and conversion.

Notifications You must be signed in to change notification settings

SKaplanOfficial/Raycast-Image-Modification

Repository files navigation

Image Modification

Apply filters and transformations to various image formats, and convert between them. Create new images by specifying their dimensions, colors, and patterns. Operate on selected files or on images in the clipboard.

Features

  • Convert between many different image formats, including WebP and SVG
  • Rotate, flip, scale, resize, and pad images by applying SIPS commands
  • Apply filters and distortions such as Bokeh Blur, Noir, X-Ray, and more
  • Rotate, flip, and apply filters to the pages of PDFs
  • Optimize images using JPEG compression, svgo, and other strategies
  • Perform realtime image manipulation on images in the clipboard

Commands

  • Apply Image Filter
    • Apply various filters to the provided images using Apple's CIFilters
  • Convert Images
    • Convert selected images from their current format to another.
  • Create New Image
    • Create a new image by selecting the dimensions, color, and pattern.
  • Flip Images Horizontally
    • Flip selected images horizontally.
  • Flip Images Vertically
    • Flip selected images vertically.
  • Optimize Images [Amount]
    • Decrease image file size by reducing complexity.
  • Pad Images [Amount] [Color]
    • Pad images by the specified number of pixels using the provided color (defaults to white).
  • Resize Images [Width] [Height]
    • Resize images proportionally by specifying either width or height.
    • Resize images precisely by specifying both parameters.
  • Rotate Images [Degrees]
    • Rotate images clockwise by the specified amount.
  • Scale Images [Scale Factor]
    • Scale images proportionally by the specified factor.

Filter thumbnail image credit: https://unsplash.com/photos/UBA_W3_LsOk

Releases

No releases published

Packages

No packages published