awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TimOliver avatar

TimOliver/TOCropViewController

0
View on GitHub↗
4,932 stars·1,023 forks·Objective-C·MIT·1 view

TOCropViewController

TOCropViewController is a UIKit view controller designed for image cropping and rotation within iOS applications. It provides a visual image editing interface that allows for the extraction of specific image sections using a draggable grid overlay.

The component supports custom aspect ratio selection and circular masking to ensure photos fit predefined layouts, such as those required for profile picture editing. It includes a dedicated interface for changing image orientation and performing rotation adjustments.

The tool handles image processing by translating UI grid positions into pixel coordinates and exporting the resulting cropped content. Communication with the calling application is managed through a delegate-based data transfer protocol.

Features

  • Image Cropping Components - Provides a specialized UIKit component for defining and adjusting crop areas with a draggable grid overlay.
  • Rotation and Shear transforms - Provides geometric transformations to update image orientation and grid alignment through rotation.
  • Crop Area Masks - Uses shape masks and clipping paths to render the selected crop area as a circle or specific aspect ratio.
  • Cropped Image Exporters - Provides utilities to export the final cropped image data to internal delegates or system share sheets.
  • Image Orientation Manipulators - Includes a dedicated user interface for adjusting the visual orientation of images via rotation.
  • iOS Photo Manipulation - Enables changing the orientation and framing of images to prepare them for storage or sharing on iOS.
  • Image Editing Interfaces - Offers a visual tool for extracting image sections using custom aspect ratios and circular masks.
  • View-to-Image Coordinate Mapping - Implements logic to translate screen touch and grid coordinates into raw image pixel coordinates for precise cropping.
  • Preset Aspect Ratios - Allows users to restrict image cropping to predefined aspect ratios to ensure photos fit specific layouts.
  • Profile Photo Framing - Provides a dedicated interface for cropping and rotating photos to fit the dimensions required for account avatars.
  • Image Processing - View controller for image cropping.
  • Media Processing - Image cropping view controller.

Star history

Star history chart for timoliver/tocropviewcontrollerStar history chart for timoliver/tocropviewcontroller

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does timoliver/tocropviewcontroller do?

TOCropViewController is a UIKit view controller designed for image cropping and rotation within iOS applications. It provides a visual image editing interface that allows for the extraction of specific image sections using a draggable grid overlay.

What are the main features of timoliver/tocropviewcontroller?

The main features of timoliver/tocropviewcontroller are: Image Cropping Components, Rotation and Shear transforms, Crop Area Masks, Cropped Image Exporters, Image Orientation Manipulators, iOS Photo Manipulation, Image Editing Interfaces, View-to-Image Coordinate Mapping.

What are some open-source alternatives to timoliver/tocropviewcontroller?

Open-source alternatives to timoliver/tocropviewcontroller include: fengyuanchen/cropper — Cropper is a JavaScript image cropping library and HTML5 canvas image editor. It serves as a web-based image… xyxiao001/vue-cropper — vue-cropper is a visual interface component for Vue applications designed for cropping, rotating, and resizing images.… arthurhub/android-image-cropper — Android-Image-Cropper is an image cropping library for Android applications designed to trim and resize photos sourced… fengyuanchen/cropperjs — Cropper.js is a JavaScript image cropping library and client-side image editor. It provides a front-end interface for… pqpo/smartcropper — SmartCropper is a computer vision library and user interface component designed for automated document border… davemorrissey/subsampling-scale-image-view — This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent…

Open-source alternatives to TOCropViewController

Similar open-source projects, ranked by how many features they share with TOCropViewController.
  • fengyuanchen/cropperfengyuanchen avatar

    fengyuanchen/cropper

    7,691View on GitHub↗

    Cropper is a JavaScript image cropping library and HTML5 canvas image editor. It serves as a web-based image manipulation tool that allows users to visually select and trim specific areas of an image directly within a browser. The library provides a visual interface for defining precise crop areas with configurable aspect ratios and zoom controls. It includes tools to rotate, scale, and zoom images to align subjects before exporting the final result. The tool handles browser-based image processing by generating a canvas element from a selected image area for use or download. It manages crop

    JavaScript
    View on GitHub↗7,691
  • xyxiao001/vue-cropperxyxiao001 avatar

    xyxiao001/vue-cropper

    4,565View on GitHub↗

    vue-cropper is a visual interface component for Vue applications designed for cropping, rotating, and resizing images. It serves as a client-side image editor that allows for the extraction of specific image regions and the enforcement of fixed ratio constraints to ensure consistent output. The component provides tools for manipulating image orientation and scaling through rotation and positioning to align target areas. It utilizes a canvas-based processor to generate final cropped results, which can be exported as Base64 strings or Blobs in various common file formats. The library covers a

    Vuecropcropperjavascript
    View on GitHub↗4,565
  • arthurhub/android-image-cropperArthurHub avatar

    ArthurHub/Android-Image-Cropper

    6,418View on GitHub↗

    Android-Image-Cropper is an image cropping library for Android applications designed to trim and resize photos sourced from cameras or galleries. It functions as a bitmap manipulation tool capable of rotating, flipping, and scaling images to achieve specific dimensions. The library features an aspect ratio constrained cropper that limits the cropping window to fixed shapes or ratios to ensure consistent image output. It handles orientation adjustments by reading embedded metadata to automatically rotate or flip images during the cropping process. The toolkit covers a broad range of image pro

    Javaandroidandroid-image-croppercropper
    View on GitHub↗6,418
  • fengyuanchen/cropperjsfengyuanchen avatar

    fengyuanchen/cropperjs

    13,834View on GitHub↗

    Cropper.js is a JavaScript image cropping library and client-side image editor. It provides a front-end interface for manipulating image geometry and extracting specific regions using the HTML5 Canvas API. The library enables interactive image cropping where users can manually select areas and define clipping regions. It supports geometry transformations including rotation, scaling, and zooming to align subjects, and allows for the enforcement of dynamic aspect ratios. The tool provides capabilities for exporting crop data as coordinates or canvas representations and offers access to interna

    TypeScriptcroppercropperjsimage-cropper
    View on GitHub↗13,834
  • See all 30 alternatives to TOCropViewController→